#ce482f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 72, 47
HSL
9°, 63%, 50%
CMYK
0, 65, 77, 19
Luminance
0.1796
Every format
| HEX | #ce482f |
| RGB | rgb(206, 72, 47) |
| HSL | hsl(9, 63%, 50%) |
| CMYK | cmyk(0%, 65%, 77%, 19%) |
| LAB | lab(49.5 51.7 42.9) |
| LCH | lch(49.5 67.2 39.7) |
| OKLCH | oklch(0.584 0.174 32.7) |
Copy-ready code
/* CSS */
color: #ce482f;
background-color: #ce482f;
/* Tailwind (arbitrary) */
class="text-[#ce482f] bg-[#ce482f]"
/* SCSS */
$brand: #ce482f;
/* SwiftUI */
Color(red: 0.808, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#ce482f")Accessibility — WCAG contrast
Aa
#ce482f on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce482f on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green28.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow77.2%
Key (black)19.2%
Color previews
#ce482f text on a black background
contrast 4.59:1
Card sample
#ce482f text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce482f;
Background color
Panel with #ce482f background
background-color: #ce482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce482f; background: linear-gradient(135deg, #ce482f, #CEB22F);