#FF4299
A light, vivid magenta closely aligning with Deeppink.
About #FF4299
At its core, #FF4299 is a light and vivid hue. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(255, 66, 153).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 74% magenta, 40% yellow, and 0% black. The HSL representation is 332.4° hue, 100.0% saturation, and 62.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF4299
RGB255, 66, 153
HSL332.4°, 100.0%, 62.9%
CMYK0%, 74%, 40%, 0%
HSV332.4°, 74.1%, 100.0%
LAB59.4, 75.8, -4.2
XYZ48.9, 27.5, 32.9
Decimal16728729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF4299;
}
.text-color {
color: #FF4299;
}
.border-color {
border: 2px solid #FF4299;
}