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