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