#afba52
a balanced, soft yellow · cool · closest name: olivedrab
RGB
175, 186, 82
HSL
66°, 43%, 53%
CMYK
6, 0, 56, 27
Luminance
0.4484
Every format
| HEX | #afba52 |
| RGB | rgb(175, 186, 82) |
| HSL | hsl(66, 43%, 53%) |
| CMYK | cmyk(6%, 0%, 56%, 27%) |
| LAB | lab(72.8 -18.4 50.5) |
| LCH | lch(72.8 53.7 110.0) |
| OKLCH | oklch(0.759 0.129 114.5) |
Copy-ready code
/* CSS */
color: #afba52;
background-color: #afba52;
/* Tailwind (arbitrary) */
class="text-[#afba52] bg-[#afba52]"
/* SCSS */
$brand: #afba52;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.322)
/* Android */
Color.parseColor("#afba52")Accessibility — WCAG contrast
Aa
#afba52 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba52 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue32.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow55.9%
Key (black)27.1%
Color previews
#afba52 text on a black background
contrast 9.97:1
Card sample
#afba52 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba52;
Background color
Panel with #afba52 background
background-color: #afba52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba52; background: linear-gradient(135deg, #afba52, #6ABA52);