#ce5b49
a balanced, vivid red · warm · closest name: salmon
RGB
206, 91, 73
HSL
8°, 58%, 55%
CMYK
0, 56, 65, 19
Luminance
0.2109
Every format
| HEX | #ce5b49 |
| RGB | rgb(206, 91, 73) |
| HSL | hsl(8, 58%, 55%) |
| CMYK | cmyk(0%, 56%, 65%, 19%) |
| LAB | lab(53.0 44.3 32.7) |
| LCH | lch(53.0 55.1 36.4) |
| OKLCH | oklch(0.612 0.150 30.9) |
Copy-ready code
/* CSS */
color: #ce5b49;
background-color: #ce5b49;
/* Tailwind (arbitrary) */
class="text-[#ce5b49] bg-[#ce5b49]"
/* SCSS */
$brand: #ce5b49;
/* SwiftUI */
Color(red: 0.808, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#ce5b49")Accessibility — WCAG contrast
Aa
#ce5b49 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5b49 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow64.6%
Key (black)19.2%
Color previews
#ce5b49 text on a black background
contrast 5.22:1
Card sample
#ce5b49 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5b49;
Background color
Panel with #ce5b49 background
background-color: #ce5b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5b49; background: linear-gradient(135deg, #ce5b49, #CEB449);