#cf9521
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 149, 33
HSL
40°, 73%, 47%
CMYK
0, 28, 84, 19
Luminance
0.3487
Every format
| HEX | #cf9521 |
| RGB | rgb(207, 149, 33) |
| HSL | hsl(40, 73%, 47%) |
| CMYK | cmyk(0%, 28%, 84%, 19%) |
| LAB | lab(65.7 12.3 63.7) |
| LCH | lch(65.7 64.9 79.0) |
| OKLCH | oklch(0.708 0.139 78.8) |
Copy-ready code
/* CSS */
color: #cf9521;
background-color: #cf9521;
/* Tailwind (arbitrary) */
class="text-[#cf9521] bg-[#cf9521]"
/* SCSS */
$brand: #cf9521;
/* SwiftUI */
Color(red: 0.812, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#cf9521")Accessibility — WCAG contrast
Aa
#cf9521 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9521 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow84.1%
Key (black)18.8%
Color previews
#cf9521 text on a black background
contrast 7.97:1
Card sample
#cf9521 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9521;
Background color
Panel with #cf9521 background
background-color: #cf9521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9521; background: linear-gradient(135deg, #cf9521, #95CF21);