#FF33C5
A light, vivid magenta closely aligning with Deeppink.
About #FF33C5
At its core, #FF33C5 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 51, and 197.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 80% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF33C5
RGB255, 51, 197
HSL317.1°, 100.0%, 60.0%
CMYK0%, 80%, 23%, 0%
HSV317.1°, 80.0%, 100.0%
LAB59.6, 84.5, -29.4
XYZ52.5, 27.7, 55.4
Decimal16724933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.53:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF33C5;
}
.text-color {
color: #FF33C5;
}
.border-color {
border: 2px solid #FF33C5;
}