#ce4549
a balanced, vivid red · warm · closest name: firebrick
RGB
206, 69, 73
HSL
358°, 58%, 54%
CMYK
0, 67, 65, 19
Luminance
0.1786
Every format
| HEX | #ce4549 |
| RGB | rgb(206, 69, 73) |
| HSL | hsl(358, 58%, 54%) |
| CMYK | cmyk(0%, 67%, 65%, 19%) |
| LAB | lab(49.3 54.2 28.1) |
| LCH | lch(49.3 61.0 27.4) |
| OKLCH | oklch(0.584 0.173 22.6) |
Copy-ready code
/* CSS */
color: #ce4549;
background-color: #ce4549;
/* Tailwind (arbitrary) */
class="text-[#ce4549] bg-[#ce4549]"
/* SCSS */
$brand: #ce4549;
/* SwiftUI */
Color(red: 0.808, green: 0.271, blue: 0.286)
/* Android */
Color.parseColor("#ce4549")Accessibility — WCAG contrast
Aa
#ce4549 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce4549 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green27.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow64.6%
Key (black)19.2%
Color previews
#ce4549 text on a black background
contrast 4.57:1
Card sample
#ce4549 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4549;
Background color
Panel with #ce4549 background
background-color: #ce4549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 69, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 69, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4549; background: linear-gradient(135deg, #ce4549, #CE9C45);