#cdb02a
a balanced, vivid yellow · cool · closest name: olive
RGB
205, 176, 42
HSL
49°, 66%, 48%
CMYK
0, 14, 80, 20
Luminance
0.4420
Every format
| HEX | #cdb02a |
| RGB | rgb(205, 176, 42) |
| HSL | hsl(49, 66%, 48%) |
| CMYK | cmyk(0%, 14%, 80%, 20%) |
| LAB | lab(72.4 -2.7 66.7) |
| LCH | lch(72.4 66.7 92.3) |
| OKLCH | oklch(0.761 0.145 96.0) |
Copy-ready code
/* CSS */
color: #cdb02a;
background-color: #cdb02a;
/* Tailwind (arbitrary) */
class="text-[#cdb02a] bg-[#cdb02a]"
/* SCSS */
$brand: #cdb02a;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.165)
/* Android */
Color.parseColor("#cdb02a")Accessibility — WCAG contrast
Aa
#cdb02a on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb02a on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow79.5%
Key (black)19.6%
Color previews
#cdb02a text on a black background
contrast 9.84:1
Card sample
#cdb02a text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb02a;
Background color
Panel with #cdb02a background
background-color: #cdb02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb02a; background: linear-gradient(135deg, #cdb02a, #7DCD2A);