#cc9f21
a balanced, vivid yellow · warm · closest name: orange
RGB
204, 159, 33
HSL
44°, 72%, 47%
CMYK
0, 22, 84, 20
Luminance
0.3774
Every format
| HEX | #cc9f21 |
| RGB | rgb(204, 159, 33) |
| HSL | hsl(44, 72%, 47%) |
| CMYK | cmyk(0%, 22%, 84%, 20%) |
| LAB | lab(67.8 5.6 65.4) |
| LCH | lch(67.8 65.6 85.1) |
| OKLCH | oklch(0.725 0.140 86.8) |
Copy-ready code
/* CSS */
color: #cc9f21;
background-color: #cc9f21;
/* Tailwind (arbitrary) */
class="text-[#cc9f21] bg-[#cc9f21]"
/* SCSS */
$brand: #cc9f21;
/* SwiftUI */
Color(red: 0.800, green: 0.624, blue: 0.129)
/* Android */
Color.parseColor("#cc9f21")Accessibility — WCAG contrast
Aa
#cc9f21 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9f21 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow83.8%
Key (black)20.0%
Color previews
#cc9f21 text on a black background
contrast 8.55:1
Card sample
#cc9f21 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9f21;
Background color
Panel with #cc9f21 background
background-color: #cc9f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 159, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 159, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9f21; background: linear-gradient(135deg, #cc9f21, #87CC21);