#cf652c
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 101, 44
HSL
21°, 65%, 49%
CMYK
0, 51, 79, 19
Luminance
0.2275
Every format
| HEX | #cf652c |
| RGB | rgb(207, 101, 44) |
| HSL | hsl(21, 65%, 49%) |
| CMYK | cmyk(0%, 51%, 79%, 19%) |
| LAB | lab(54.8 38.3 49.8) |
| LCH | lch(54.8 62.8 52.4) |
| OKLCH | oklch(0.625 0.151 45.9) |
Copy-ready code
/* CSS */
color: #cf652c;
background-color: #cf652c;
/* Tailwind (arbitrary) */
class="text-[#cf652c] bg-[#cf652c]"
/* SCSS */
$brand: #cf652c;
/* SwiftUI */
Color(red: 0.812, green: 0.396, blue: 0.173)
/* Android */
Color.parseColor("#cf652c")Accessibility — WCAG contrast
Aa
#cf652c on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf652c on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow78.7%
Key (black)18.8%
Color previews
#cf652c text on a black background
contrast 5.55:1
Card sample
#cf652c text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf652c;
Background color
Panel with #cf652c background
background-color: #cf652c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf652c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 101, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 101, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf652c; background: linear-gradient(135deg, #cf652c, #CCCF2C);