#ce352f
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 53, 47
HSL
2°, 63%, 50%
CMYK
0, 74, 77, 19
Luminance
0.1587
Every format
| HEX | #ce352f |
| RGB | rgb(206, 53, 47) |
| HSL | hsl(2, 63%, 50%) |
| CMYK | cmyk(0%, 74%, 77%, 19%) |
| LAB | lab(46.8 58.9 40.1) |
| LCH | lch(46.8 71.3 34.2) |
| OKLCH | oklch(0.564 0.191 27.5) |
Copy-ready code
/* CSS */
color: #ce352f;
background-color: #ce352f;
/* Tailwind (arbitrary) */
class="text-[#ce352f] bg-[#ce352f]"
/* SCSS */
$brand: #ce352f;
/* SwiftUI */
Color(red: 0.808, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#ce352f")Accessibility — WCAG contrast
Aa
#ce352f on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce352f on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow77.2%
Key (black)19.2%
Color previews
#ce352f text on a black background
contrast 4.17:1
Card sample
#ce352f text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce352f;
Background color
Panel with #ce352f background
background-color: #ce352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce352f; background: linear-gradient(135deg, #ce352f, #CE9F2F);