#cf9529
a balanced, vivid orange · warm · closest name: peru
RGB
207, 149, 41
HSL
39°, 67%, 49%
CMYK
0, 28, 80, 19
Luminance
0.3492
Every format
| HEX | #cf9529 |
| RGB | rgb(207, 149, 41) |
| HSL | hsl(39, 67%, 49%) |
| CMYK | cmyk(0%, 28%, 80%, 19%) |
| LAB | lab(65.7 12.6 61.1) |
| LCH | lch(65.7 62.4 78.4) |
| OKLCH | oklch(0.709 0.135 77.8) |
Copy-ready code
/* CSS */
color: #cf9529;
background-color: #cf9529;
/* Tailwind (arbitrary) */
class="text-[#cf9529] bg-[#cf9529]"
/* SCSS */
$brand: #cf9529;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.161)
/* Android */
Color.parseColor("#cf9529")Accessibility — WCAG contrast
Aa
#cf9529 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9529 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow80.2%
Key (black)18.8%
Color previews
#cf9529 text on a black background
contrast 7.98:1
Card sample
#cf9529 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9529;
Background color
Panel with #cf9529 background
background-color: #cf9529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9529; background: linear-gradient(135deg, #cf9529, #9ACF29);