#cb08cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 8, 207
HSL
299°, 93%, 42%
CMYK
2, 96, 0, 19
Luminance
0.1738
Every format
| HEX | #cb08cf |
| RGB | rgb(203, 8, 207) |
| HSL | hsl(299, 93%, 42%) |
| CMYK | cmyk(2%, 96%, 0%, 19%) |
| LAB | lab(48.7 82.7 -52.8) |
| LCH | lch(48.7 98.1 327.4) |
| OKLCH | oklch(0.595 0.272 327.3) |
Copy-ready code
/* CSS */
color: #cb08cf;
background-color: #cb08cf;
/* Tailwind (arbitrary) */
class="text-[#cb08cf] bg-[#cb08cf]"
/* SCSS */
$brand: #cb08cf;
/* SwiftUI */
Color(red: 0.796, green: 0.031, blue: 0.812)
/* Android */
Color.parseColor("#cb08cf")Accessibility — WCAG contrast
Aa
#cb08cf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb08cf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green3.1%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta96.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cb08cf text on a black background
contrast 4.48:1
Card sample
#cb08cf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb08cf;
Background color
Panel with #cb08cf background
background-color: #cb08cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb08cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 8, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 8, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb08cf; background: linear-gradient(135deg, #cb08cf, #CF084E);