#afba48
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 186, 72
HSL
66°, 45%, 51%
CMYK
6, 0, 61, 27
Luminance
0.4470
Every format
| HEX | #afba48 |
| RGB | rgb(175, 186, 72) |
| HSL | hsl(66, 45%, 51%) |
| CMYK | cmyk(6%, 0%, 61%, 27%) |
| LAB | lab(72.7 -19.2 54.9) |
| LCH | lch(72.7 58.1 109.3) |
| OKLCH | oklch(0.758 0.138 114.4) |
Copy-ready code
/* CSS */
color: #afba48;
background-color: #afba48;
/* Tailwind (arbitrary) */
class="text-[#afba48] bg-[#afba48]"
/* SCSS */
$brand: #afba48;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.282)
/* Android */
Color.parseColor("#afba48")Accessibility — WCAG contrast
Aa
#afba48 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba48 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue28.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow61.3%
Key (black)27.1%
Color previews
#afba48 text on a black background
contrast 9.94:1
Card sample
#afba48 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba48;
Background color
Panel with #afba48 background
background-color: #afba48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba48; background: linear-gradient(135deg, #afba48, #63BA48);