#ce09ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 9, 206
HSL
300°, 92%, 42%
CMYK
0, 96, 0, 19
Luminance
0.1777
Every format
| HEX | #ce09ce |
| RGB | rgb(206, 9, 206) |
| HSL | hsl(300, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 0%, 19%) |
| LAB | lab(49.2 82.9 -51.4) |
| LCH | lch(49.2 97.6 328.2) |
| OKLCH | oklch(0.599 0.272 328.3) |
Copy-ready code
/* CSS */
color: #ce09ce;
background-color: #ce09ce;
/* Tailwind (arbitrary) */
class="text-[#ce09ce] bg-[#ce09ce]"
/* SCSS */
$brand: #ce09ce;
/* SwiftUI */
Color(red: 0.808, green: 0.035, blue: 0.808)
/* Android */
Color.parseColor("#ce09ce")Accessibility — WCAG contrast
Aa
#ce09ce on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce09ce on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow0.0%
Key (black)19.2%
Color previews
#ce09ce text on a black background
contrast 4.55:1
Card sample
#ce09ce text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce09ce;
Background color
Panel with #ce09ce background
background-color: #ce09ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce09ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 9, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 9, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce09ce; background: linear-gradient(135deg, #ce09ce, #CE094B);