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