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