#cf623b
a balanced, vivid orange · warm · closest name: coral
RGB
207, 98, 59
HSL
16°, 61%, 52%
CMYK
0, 53, 72, 19
Luminance
0.2232
Every format
| HEX | #cf623b |
| RGB | rgb(207, 98, 59) |
| HSL | hsl(16, 61%, 52%) |
| CMYK | cmyk(0%, 53%, 72%, 19%) |
| LAB | lab(54.4 40.5 41.9) |
| LCH | lch(54.4 58.3 46.0) |
| OKLCH | oklch(0.622 0.148 39.7) |
Copy-ready code
/* CSS */
color: #cf623b;
background-color: #cf623b;
/* Tailwind (arbitrary) */
class="text-[#cf623b] bg-[#cf623b]"
/* SCSS */
$brand: #cf623b;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.231)
/* Android */
Color.parseColor("#cf623b")Accessibility — WCAG contrast
Aa
#cf623b on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf623b on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow71.5%
Key (black)18.8%
Color previews
#cf623b text on a black background
contrast 5.46:1
Card sample
#cf623b text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf623b;
Background color
Panel with #cf623b background
background-color: #cf623b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf623b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf623b; background: linear-gradient(135deg, #cf623b, #CFC53B);