#cf613f
a balanced, vivid red · warm · closest name: coral
RGB
207, 97, 63
HSL
14°, 60%, 53%
CMYK
0, 53, 70, 19
Luminance
0.2217
Every format
| HEX | #cf613f |
| RGB | rgb(207, 97, 63) |
| HSL | hsl(14, 60%, 53%) |
| CMYK | cmyk(0%, 53%, 70%, 19%) |
| LAB | lab(54.2 41.2 39.6) |
| LCH | lch(54.2 57.1 43.9) |
| OKLCH | oklch(0.621 0.148 37.8) |
Copy-ready code
/* CSS */
color: #cf613f;
background-color: #cf613f;
/* Tailwind (arbitrary) */
class="text-[#cf613f] bg-[#cf613f]"
/* SCSS */
$brand: #cf613f;
/* SwiftUI */
Color(red: 0.812, green: 0.380, blue: 0.247)
/* Android */
Color.parseColor("#cf613f")Accessibility — WCAG contrast
Aa
#cf613f on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf613f on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow69.6%
Key (black)18.8%
Color previews
#cf613f text on a black background
contrast 5.43:1
Card sample
#cf613f text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf613f;
Background color
Panel with #cf613f background
background-color: #cf613f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf613f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 97, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 97, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf613f; background: linear-gradient(135deg, #cf613f, #CFC13F);