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