#cf583c
a balanced, vivid red · warm · closest name: coral
RGB
207, 88, 60
HSL
11°, 61%, 52%
CMYK
0, 58, 71, 19
Luminance
0.2057
Every format
| HEX | #cf583c |
| RGB | rgb(207, 88, 60) |
| HSL | hsl(11, 61%, 52%) |
| CMYK | cmyk(0%, 58%, 71%, 19%) |
| LAB | lab(52.5 45.4 39.3) |
| LCH | lch(52.5 60.0 40.8) |
| OKLCH | oklch(0.608 0.157 34.6) |
Copy-ready code
/* CSS */
color: #cf583c;
background-color: #cf583c;
/* Tailwind (arbitrary) */
class="text-[#cf583c] bg-[#cf583c]"
/* SCSS */
$brand: #cf583c;
/* SwiftUI */
Color(red: 0.812, green: 0.345, blue: 0.235)
/* Android */
Color.parseColor("#cf583c")Accessibility — WCAG contrast
Aa
#cf583c on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf583c on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow71.0%
Key (black)18.8%
Color previews
#cf583c text on a black background
contrast 5.11:1
Card sample
#cf583c text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf583c;
Background color
Panel with #cf583c background
background-color: #cf583c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf583c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 88, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 88, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf583c; background: linear-gradient(135deg, #cf583c, #CFBA3C);