#cf663f
a balanced, vivid orange · warm · closest name: coral
RGB
207, 102, 63
HSL
16°, 60%, 53%
CMYK
0, 51, 70, 19
Luminance
0.2313
Every format
| HEX | #cf663f |
| RGB | rgb(207, 102, 63) |
| HSL | hsl(16, 60%, 53%) |
| CMYK | cmyk(0%, 51%, 70%, 19%) |
| LAB | lab(55.2 38.7 40.7) |
| LCH | lch(55.2 56.2 46.5) |
| OKLCH | oklch(0.628 0.143 40.4) |
Copy-ready code
/* CSS */
color: #cf663f;
background-color: #cf663f;
/* Tailwind (arbitrary) */
class="text-[#cf663f] bg-[#cf663f]"
/* SCSS */
$brand: #cf663f;
/* SwiftUI */
Color(red: 0.812, green: 0.400, blue: 0.247)
/* Android */
Color.parseColor("#cf663f")Accessibility — WCAG contrast
Aa
#cf663f on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf663f on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta50.7%
Yellow69.6%
Key (black)18.8%
Color previews
#cf663f text on a black background
contrast 5.63:1
Card sample
#cf663f text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf663f;
Background color
Panel with #cf663f background
background-color: #cf663f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf663f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 102, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 102, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf663f; background: linear-gradient(135deg, #cf663f, #CFC63F);