#ce503c
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 80, 60
HSL
8°, 60%, 52%
CMYK
0, 61, 71, 19
Luminance
0.1919
Every format
| HEX | #ce503c |
| RGB | rgb(206, 80, 60) |
| HSL | hsl(8, 60%, 52%) |
| CMYK | cmyk(0%, 61%, 71%, 19%) |
| LAB | lab(50.9 48.8 37.4) |
| LCH | lch(50.9 61.5 37.5) |
| OKLCH | oklch(0.595 0.164 31.4) |
Copy-ready code
/* CSS */
color: #ce503c;
background-color: #ce503c;
/* Tailwind (arbitrary) */
class="text-[#ce503c] bg-[#ce503c]"
/* SCSS */
$brand: #ce503c;
/* SwiftUI */
Color(red: 0.808, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#ce503c")Accessibility — WCAG contrast
Aa
#ce503c on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce503c on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow70.9%
Key (black)19.2%
Color previews
#ce503c text on a black background
contrast 4.84:1
Card sample
#ce503c text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce503c;
Background color
Panel with #ce503c background
background-color: #ce503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce503c; background: linear-gradient(135deg, #ce503c, #CEB13C);