#cf8621
a balanced, vivid orange · warm · closest name: peru
RGB
207, 134, 33
HSL
35°, 73%, 47%
CMYK
0, 35, 84, 19
Luminance
0.3043
Every format
| HEX | #cf8621 |
| RGB | rgb(207, 134, 33) |
| HSL | hsl(35, 73%, 47%) |
| CMYK | cmyk(0%, 35%, 84%, 19%) |
| LAB | lab(62.0 20.5 60.6) |
| LCH | lch(62.0 64.0 71.3) |
| OKLCH | oklch(0.680 0.139 68.6) |
Copy-ready code
/* CSS */
color: #cf8621;
background-color: #cf8621;
/* Tailwind (arbitrary) */
class="text-[#cf8621] bg-[#cf8621]"
/* SCSS */
$brand: #cf8621;
/* SwiftUI */
Color(red: 0.812, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#cf8621")Accessibility — WCAG contrast
Aa
#cf8621 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8621 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow84.1%
Key (black)18.8%
Color previews
#cf8621 text on a black background
contrast 7.09:1
Card sample
#cf8621 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8621;
Background color
Panel with #cf8621 background
background-color: #cf8621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8621; background: linear-gradient(135deg, #cf8621, #A4CF21);