#ce0b88
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 11, 136
HSL
322°, 90%, 43%
CMYK
0, 95, 34, 19
Luminance
0.1514
Every format
| HEX | #ce0b88 |
| RGB | rgb(206, 11, 136) |
| HSL | hsl(322, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 34%, 19%) |
| LAB | lab(45.8 74.0 -15.3) |
| LCH | lch(45.8 75.6 348.3) |
| OKLCH | oklch(0.564 0.231 350.1) |
Copy-ready code
/* CSS */
color: #ce0b88;
background-color: #ce0b88;
/* Tailwind (arbitrary) */
class="text-[#ce0b88] bg-[#ce0b88]"
/* SCSS */
$brand: #ce0b88;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.533)
/* Android */
Color.parseColor("#ce0b88")Accessibility — WCAG contrast
Aa
#ce0b88 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0b88 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow34.0%
Key (black)19.2%
Color previews
#ce0b88 text on a black background
contrast 4.03:1
Card sample
#ce0b88 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0b88;
Background color
Panel with #ce0b88 background
background-color: #ce0b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0b88; background: linear-gradient(135deg, #ce0b88, #CE100B);