#B600A8
A dark, vivid magenta closely aligning with Darkmagenta.
About #B600A8
At its core, #B600A8 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 0, and 168.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 8% yellow, and 29% black. The HSL representation is 304.6° hue, 100.0% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B600A8
RGB182, 0, 168
HSL304.6°, 100.0%, 35.7%
CMYK0%, 100%, 8%, 29%
HSV304.6°, 100.0%, 71.4%
LAB42.4, 74.3, -40.2
XYZ26.4, 12.8, 38.1
Decimal11927720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B600A8;
}
.text-color {
color: #B600A8;
}
.border-color {
border: 2px solid #B600A8;
}