#ce552f
a balanced, vivid red · warm · closest name: chocolate
RGB
206, 85, 47
HSL
14°, 63%, 50%
CMYK
0, 59, 77, 19
Luminance
0.1982
Every format
| HEX | #ce552f |
| RGB | rgb(206, 85, 47) |
| HSL | hsl(14, 63%, 50%) |
| CMYK | cmyk(0%, 59%, 77%, 19%) |
| LAB | lab(51.6 45.9 45.1) |
| LCH | lch(51.6 64.3 44.5) |
| OKLCH | oklch(0.601 0.162 37.6) |
Copy-ready code
/* CSS */
color: #ce552f;
background-color: #ce552f;
/* Tailwind (arbitrary) */
class="text-[#ce552f] bg-[#ce552f]"
/* SCSS */
$brand: #ce552f;
/* SwiftUI */
Color(red: 0.808, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#ce552f")Accessibility — WCAG contrast
Aa
#ce552f on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce552f on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green33.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow77.2%
Key (black)19.2%
Color previews
#ce552f text on a black background
contrast 4.96:1
Card sample
#ce552f text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce552f;
Background color
Panel with #ce552f background
background-color: #ce552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce552f; background: linear-gradient(135deg, #ce552f, #CEBF2F);