#cf9021
a balanced, vivid orange · warm · closest name: peru
RGB
207, 144, 33
HSL
38°, 73%, 47%
CMYK
0, 30, 84, 19
Luminance
0.3332
Every format
| HEX | #cf9021 |
| RGB | rgb(207, 144, 33) |
| HSL | hsl(38, 73%, 47%) |
| CMYK | cmyk(0%, 30%, 84%, 19%) |
| LAB | lab(64.4 15.1 62.7) |
| LCH | lch(64.4 64.4 76.5) |
| OKLCH | oklch(0.699 0.138 75.4) |
Copy-ready code
/* CSS */
color: #cf9021;
background-color: #cf9021;
/* Tailwind (arbitrary) */
class="text-[#cf9021] bg-[#cf9021]"
/* SCSS */
$brand: #cf9021;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#cf9021")Accessibility — WCAG contrast
Aa
#cf9021 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9021 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow84.1%
Key (black)18.8%
Color previews
#cf9021 text on a black background
contrast 7.66:1
Card sample
#cf9021 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9021;
Background color
Panel with #cf9021 background
background-color: #cf9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9021; background: linear-gradient(135deg, #cf9021, #9ACF21);