#ce09ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 9, 186
HSL
306°, 92%, 42%
CMYK
0, 96, 10, 19
Luminance
0.1686
Every format
| HEX | #ce09ba |
| RGB | rgb(206, 9, 186) |
| HSL | hsl(306, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 10%, 19%) |
| LAB | lab(48.1 80.1 -41.6) |
| LCH | lch(48.1 90.3 332.6) |
| OKLCH | oklch(0.588 0.260 333.8) |
Copy-ready code
/* CSS */
color: #ce09ba;
background-color: #ce09ba;
/* Tailwind (arbitrary) */
class="text-[#ce09ba] bg-[#ce09ba]"
/* SCSS */
$brand: #ce09ba;
/* SwiftUI */
Color(red: 0.808, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#ce09ba")Accessibility — WCAG contrast
Aa
#ce09ba on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce09ba on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow9.7%
Key (black)19.2%
Color previews
#ce09ba text on a black background
contrast 4.37:1
Card sample
#ce09ba text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce09ba;
Background color
Panel with #ce09ba background
background-color: #ce09ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce09ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce09ba; background: linear-gradient(135deg, #ce09ba, #CE0937);