#DB00F0
A medium, vivid magenta closely aligning with Fuchsia.
About #DB00F0
The hex code #DB00F0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(219, 0, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 9% Cyan, 100% Magenta, 0% Yellow, and 6% Black. The HSL representation is 294.8° hue, 100.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#DB00F0
RGB219, 0, 240
HSL294.8°, 100.0%, 47.1%
CMYK9%, 100%, 0%, 6%
HSV294.8°, 100.0%, 94.1%
LAB53.3, 90.7, -64.0
XYZ44.9, 21.4, 84.2
Decimal14352624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00F0;
}
.text-color {
color: #DB00F0;
}
.border-color {
border: 2px solid #DB00F0;
}