#ce0b56
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 11, 86
HSL
337°, 90%, 43%
CMYK
0, 95, 58, 19
Luminance
0.1403
Every format
| HEX | #ce0b56 |
| RGB | rgb(206, 11, 86) |
| HSL | hsl(337, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 58%, 19%) |
| LAB | lab(44.3 69.9 13.5) |
| LCH | lch(44.3 71.2 10.9) |
| OKLCH | oklch(0.548 0.215 9.0) |
Copy-ready code
/* CSS */
color: #ce0b56;
background-color: #ce0b56;
/* Tailwind (arbitrary) */
class="text-[#ce0b56] bg-[#ce0b56]"
/* SCSS */
$brand: #ce0b56;
/* SwiftUI */
Color(red: 0.808, green: 0.043, blue: 0.337)
/* Android */
Color.parseColor("#ce0b56")Accessibility — WCAG contrast
Aa
#ce0b56 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0b56 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow58.3%
Key (black)19.2%
Color previews
#ce0b56 text on a black background
contrast 3.81:1
Card sample
#ce0b56 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0b56;
Background color
Panel with #ce0b56 background
background-color: #ce0b56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0b56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 11, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 11, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0b56; background: linear-gradient(135deg, #ce0b56, #CE420B);