#cfad29
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 173, 41
HSL
48°, 67%, 49%
CMYK
0, 16, 80, 19
Luminance
0.4331
Every format
| HEX | #cfad29 |
| RGB | rgb(207, 173, 41) |
| HSL | hsl(48, 67%, 49%) |
| CMYK | cmyk(0%, 16%, 80%, 19%) |
| LAB | lab(71.8 -0.3 66.5) |
| LCH | lch(71.8 66.5 90.2) |
| OKLCH | oklch(0.757 0.144 93.4) |
Copy-ready code
/* CSS */
color: #cfad29;
background-color: #cfad29;
/* Tailwind (arbitrary) */
class="text-[#cfad29] bg-[#cfad29]"
/* SCSS */
$brand: #cfad29;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.161)
/* Android */
Color.parseColor("#cfad29")Accessibility — WCAG contrast
Aa
#cfad29 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad29 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow80.2%
Key (black)18.8%
Color previews
#cfad29 text on a black background
contrast 9.66:1
Card sample
#cfad29 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad29;
Background color
Panel with #cfad29 background
background-color: #cfad29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad29; background: linear-gradient(135deg, #cfad29, #82CF29);