#ce3b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 59, 47
HSL
5°, 63%, 50%
CMYK
0, 71, 77, 19
Luminance
0.1645
Every format
| HEX | #ce3b2f |
| RGB | rgb(206, 59, 47) |
| HSL | hsl(5, 63%, 50%) |
| CMYK | cmyk(0%, 71%, 77%, 19%) |
| LAB | lab(47.6 56.8 40.9) |
| LCH | lch(47.6 70.0 35.7) |
| OKLCH | oklch(0.570 0.186 28.9) |
Copy-ready code
/* CSS */
color: #ce3b2f;
background-color: #ce3b2f;
/* Tailwind (arbitrary) */
class="text-[#ce3b2f] bg-[#ce3b2f]"
/* SCSS */
$brand: #ce3b2f;
/* SwiftUI */
Color(red: 0.808, green: 0.231, blue: 0.184)
/* Android */
Color.parseColor("#ce3b2f")Accessibility — WCAG contrast
Aa
#ce3b2f on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce3b2f on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow77.2%
Key (black)19.2%
Color previews
#ce3b2f text on a black background
contrast 4.29:1
Card sample
#ce3b2f text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3b2f;
Background color
Panel with #ce3b2f background
background-color: #ce3b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 59, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 59, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3b2f; background: linear-gradient(135deg, #ce3b2f, #CEA52F);