#cf5c3c
a balanced, vivid red · warm · closest name: coral
RGB
207, 92, 60
HSL
13°, 61%, 52%
CMYK
0, 56, 71, 19
Luminance
0.2125
Every format
| HEX | #cf5c3c |
| RGB | rgb(207, 92, 60) |
| HSL | hsl(13, 61%, 52%) |
| CMYK | cmyk(0%, 56%, 71%, 19%) |
| LAB | lab(53.2 43.5 40.1) |
| LCH | lch(53.2 59.1 42.7) |
| OKLCH | oklch(0.613 0.153 36.4) |
Copy-ready code
/* CSS */
color: #cf5c3c;
background-color: #cf5c3c;
/* Tailwind (arbitrary) */
class="text-[#cf5c3c] bg-[#cf5c3c]"
/* SCSS */
$brand: #cf5c3c;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.235)
/* Android */
Color.parseColor("#cf5c3c")Accessibility — WCAG contrast
Aa
#cf5c3c on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5c3c on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow71.0%
Key (black)18.8%
Color previews
#cf5c3c text on a black background
contrast 5.25:1
Card sample
#cf5c3c text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5c3c;
Background color
Panel with #cf5c3c background
background-color: #cf5c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5c3c; background: linear-gradient(135deg, #cf5c3c, #CFBE3C);