#afb85d
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 184, 93
HSL
66°, 39%, 54%
CMYK
5, 0, 50, 28
Luminance
0.4419
Every format
| HEX | #afb85d |
| RGB | rgb(175, 184, 93) |
| HSL | hsl(66, 39%, 54%) |
| CMYK | cmyk(5%, 0%, 50%, 28%) |
| LAB | lab(72.3 -16.4 44.8) |
| LCH | lch(72.3 47.7 110.1) |
| OKLCH | oklch(0.756 0.116 113.8) |
Copy-ready code
/* CSS */
color: #afb85d;
background-color: #afb85d;
/* Tailwind (arbitrary) */
class="text-[#afb85d] bg-[#afb85d]"
/* SCSS */
$brand: #afb85d;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.365)
/* Android */
Color.parseColor("#afb85d")Accessibility — WCAG contrast
Aa
#afb85d on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb85d on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue36.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow49.5%
Key (black)27.8%
Color previews
#afb85d text on a black background
contrast 9.84:1
Card sample
#afb85d text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb85d;
Background color
Panel with #afb85d background
background-color: #afb85d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb85d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb85d; background: linear-gradient(135deg, #afb85d, #72B85D);