#ce533d
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 83, 61
HSL
9°, 60%, 52%
CMYK
0, 60, 70, 19
Luminance
0.1965
Every format
| HEX | #ce533d |
| RGB | rgb(206, 83, 61) |
| HSL | hsl(9, 60%, 52%) |
| CMYK | cmyk(0%, 60%, 70%, 19%) |
| LAB | lab(51.4 47.4 37.5) |
| LCH | lch(51.4 60.5 38.3) |
| OKLCH | oklch(0.599 0.161 32.2) |
Copy-ready code
/* CSS */
color: #ce533d;
background-color: #ce533d;
/* Tailwind (arbitrary) */
class="text-[#ce533d] bg-[#ce533d]"
/* SCSS */
$brand: #ce533d;
/* SwiftUI */
Color(red: 0.808, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#ce533d")Accessibility — WCAG contrast
Aa
#ce533d on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce533d on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green32.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow70.4%
Key (black)19.2%
Color previews
#ce533d text on a black background
contrast 4.93:1
Card sample
#ce533d text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce533d;
Background color
Panel with #ce533d background
background-color: #ce533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce533d; background: linear-gradient(135deg, #ce533d, #CEB43D);