#FF33BD
A light, vivid magenta closely aligning with Deeppink.
About #FF33BD
Visually, #FF33BD is defined as a vivid magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(255, 51, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 80% Magenta, 26% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF33BD
RGB255, 51, 189
HSL319.4°, 100.0%, 60.0%
CMYK0%, 80%, 26%, 0%
HSV319.4°, 80.0%, 100.0%
LAB59.3, 83.5, -25.3
XYZ51.6, 27.3, 50.7
Decimal16724925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.25:1
Text on #FFFFFF
AA Large
6.46:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.49:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF33BD;
}
.text-color {
color: #FF33BD;
}
.border-color {
border: 2px solid #FF33BD;
}