#ce1237
a dark, electric red · warm · closest name: crimson
RGB
206, 18, 55
HSL
348°, 84%, 44%
CMYK
0, 91, 73, 19
Luminance
0.1383
Every format
| HEX | #ce1237 |
| RGB | rgb(206, 18, 55) |
| HSL | hsl(348, 84%, 44%) |
| CMYK | cmyk(0%, 91%, 73%, 19%) |
| LAB | lab(44.0 67.5 32.3) |
| LCH | lch(44.0 74.8 25.6) |
| OKLCH | oklch(0.544 0.211 20.3) |
Copy-ready code
/* CSS */
color: #ce1237;
background-color: #ce1237;
/* Tailwind (arbitrary) */
class="text-[#ce1237] bg-[#ce1237]"
/* SCSS */
$brand: #ce1237;
/* SwiftUI */
Color(red: 0.808, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#ce1237")Accessibility — WCAG contrast
Aa
#ce1237 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce1237 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow73.3%
Key (black)19.2%
Color previews
#ce1237 text on a black background
contrast 3.77:1
Card sample
#ce1237 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce1237;
Background color
Panel with #ce1237 background
background-color: #ce1237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce1237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce1237; background: linear-gradient(135deg, #ce1237, #CE6A12);