#cf5a39
a balanced, vivid red · warm · closest name: coral
RGB
207, 90, 57
HSL
13°, 61%, 52%
CMYK
0, 57, 73, 19
Luminance
0.2087
Every format
| HEX | #cf5a39 |
| RGB | rgb(207, 90, 57) |
| HSL | hsl(13, 61%, 52%) |
| CMYK | cmyk(0%, 57%, 73%, 19%) |
| LAB | lab(52.8 44.3 41.2) |
| LCH | lch(52.8 60.5 42.9) |
| OKLCH | oklch(0.610 0.156 36.5) |
Copy-ready code
/* CSS */
color: #cf5a39;
background-color: #cf5a39;
/* Tailwind (arbitrary) */
class="text-[#cf5a39] bg-[#cf5a39]"
/* SCSS */
$brand: #cf5a39;
/* SwiftUI */
Color(red: 0.812, green: 0.353, blue: 0.224)
/* Android */
Color.parseColor("#cf5a39")Accessibility — WCAG contrast
Aa
#cf5a39 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5a39 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow72.5%
Key (black)18.8%
Color previews
#cf5a39 text on a black background
contrast 5.17:1
Card sample
#cf5a39 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5a39;
Background color
Panel with #cf5a39 background
background-color: #cf5a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 90, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 90, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5a39; background: linear-gradient(135deg, #cf5a39, #CFBE39);