#cf7821
a balanced, vivid orange · warm · closest name: chocolate
RGB
207, 120, 33
HSL
30°, 73%, 47%
CMYK
0, 42, 84, 19
Luminance
0.2681
Every format
| HEX | #cf7821 |
| RGB | rgb(207, 120, 33) |
| HSL | hsl(30, 73%, 47%) |
| CMYK | cmyk(0%, 42%, 84%, 19%) |
| LAB | lab(58.8 28.0 57.9) |
| LCH | lch(58.8 64.3 64.2) |
| OKLCH | oklch(0.655 0.143 59.4) |
Copy-ready code
/* CSS */
color: #cf7821;
background-color: #cf7821;
/* Tailwind (arbitrary) */
class="text-[#cf7821] bg-[#cf7821]"
/* SCSS */
$brand: #cf7821;
/* SwiftUI */
Color(red: 0.812, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#cf7821")Accessibility — WCAG contrast
Aa
#cf7821 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf7821 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow84.1%
Key (black)18.8%
Color previews
#cf7821 text on a black background
contrast 6.36:1
Card sample
#cf7821 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7821;
Background color
Panel with #cf7821 background
background-color: #cf7821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7821; background: linear-gradient(135deg, #cf7821, #B2CF21);