#ce0839
a dark, electric red · warm · closest name: crimson
RGB
206, 8, 57
HSL
345°, 93%, 42%
CMYK
0, 96, 72, 19
Luminance
0.1359
Every format
| HEX | #ce0839 |
| RGB | rgb(206, 8, 57) |
| HSL | hsl(345, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 72%, 19%) |
| LAB | lab(43.6 68.7 30.7) |
| LCH | lch(43.6 75.2 24.1) |
| OKLCH | oklch(0.541 0.214 19.1) |
Copy-ready code
/* CSS */
color: #ce0839;
background-color: #ce0839;
/* Tailwind (arbitrary) */
class="text-[#ce0839] bg-[#ce0839]"
/* SCSS */
$brand: #ce0839;
/* SwiftUI */
Color(red: 0.808, green: 0.031, blue: 0.224)
/* Android */
Color.parseColor("#ce0839")Accessibility — WCAG contrast
Aa
#ce0839 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0839 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green3.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow72.3%
Key (black)19.2%
Color previews
#ce0839 text on a black background
contrast 3.72:1
Card sample
#ce0839 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0839;
Background color
Panel with #ce0839 background
background-color: #ce0839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 8, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 8, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0839; background: linear-gradient(135deg, #ce0839, #CE5B08);