#FF00DB
A medium, vivid magenta closely aligning with Fuchsia.
About #FF00DB
The precise color #FF00DB is an excellent choice for modern design projects. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(255, 0, 219).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 14% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF00DB
RGB255, 0, 219
HSL308.5°, 100.0%, 50.0%
CMYK0%, 100%, 14%, 0%
HSV308.5°, 100.0%, 100.0%
LAB58.4, 93.5, -43.7
XYZ54.0, 26.4, 69.3
Decimal16711899
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF00DB;
}
.text-color {
color: #FF00DB;
}
.border-color {
border: 2px solid #FF00DB;
}