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