#ce08cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 8, 207
HSL
300°, 93%, 42%
CMYK
1, 96, 0, 19
Luminance
0.1780
Every format
| HEX | #ce08cf |
| RGB | rgb(206, 8, 207) |
| HSL | hsl(300, 93%, 42%) |
| CMYK | cmyk(1%, 96%, 0%, 19%) |
| LAB | lab(49.3 83.2 -51.9) |
| LCH | lch(49.3 98.0 328.0) |
| OKLCH | oklch(0.600 0.273 328.1) |
Copy-ready code
/* CSS */
color: #ce08cf;
background-color: #ce08cf;
/* Tailwind (arbitrary) */
class="text-[#ce08cf] bg-[#ce08cf]"
/* SCSS */
$brand: #ce08cf;
/* SwiftUI */
Color(red: 0.808, green: 0.031, blue: 0.812)
/* Android */
Color.parseColor("#ce08cf")Accessibility — WCAG contrast
Aa
#ce08cf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce08cf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.1%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta96.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce08cf text on a black background
contrast 4.56:1
Card sample
#ce08cf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce08cf;
Background color
Panel with #ce08cf background
background-color: #ce08cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce08cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 8, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 8, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce08cf; background: linear-gradient(135deg, #ce08cf, #CF084B);