#ce4b2f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 75, 47
HSL
11°, 63%, 50%
CMYK
0, 64, 77, 19
Luminance
0.1836
Every format
| HEX | #ce4b2f |
| RGB | rgb(206, 75, 47) |
| HSL | hsl(11, 63%, 50%) |
| CMYK | cmyk(0%, 64%, 77%, 19%) |
| LAB | lab(49.9 50.4 43.4) |
| LCH | lch(49.9 66.5 40.7) |
| OKLCH | oklch(0.588 0.172 33.7) |
Copy-ready code
/* CSS */
color: #ce4b2f;
background-color: #ce4b2f;
/* Tailwind (arbitrary) */
class="text-[#ce4b2f] bg-[#ce4b2f]"
/* SCSS */
$brand: #ce4b2f;
/* SwiftUI */
Color(red: 0.808, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#ce4b2f")Accessibility — WCAG contrast
Aa
#ce4b2f on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce4b2f on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow77.2%
Key (black)19.2%
Color previews
#ce4b2f text on a black background
contrast 4.67:1
Card sample
#ce4b2f text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4b2f;
Background color
Panel with #ce4b2f background
background-color: #ce4b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4b2f; background: linear-gradient(135deg, #ce4b2f, #CEB52F);