#ce232f
a balanced, vivid red · warm · closest name: crimson
RGB
206, 35, 47
HSL
356°, 71%, 47%
CMYK
0, 83, 77, 19
Luminance
0.1453
Every format
| HEX | #ce232f |
| RGB | rgb(206, 35, 47) |
| HSL | hsl(356, 71%, 47%) |
| CMYK | cmyk(0%, 83%, 77%, 19%) |
| LAB | lab(45.0 64.0 38.1) |
| LCH | lch(45.0 74.5 30.8) |
| OKLCH | oklch(0.551 0.203 24.3) |
Copy-ready code
/* CSS */
color: #ce232f;
background-color: #ce232f;
/* Tailwind (arbitrary) */
class="text-[#ce232f] bg-[#ce232f]"
/* SCSS */
$brand: #ce232f;
/* SwiftUI */
Color(red: 0.808, green: 0.137, blue: 0.184)
/* Android */
Color.parseColor("#ce232f")Accessibility — WCAG contrast
Aa
#ce232f on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce232f on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green13.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow77.2%
Key (black)19.2%
Color previews
#ce232f text on a black background
contrast 3.91:1
Card sample
#ce232f text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce232f;
Background color
Panel with #ce232f background
background-color: #ce232f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce232f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 35, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 35, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce232f; background: linear-gradient(135deg, #ce232f, #CE8923);