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