#afb75c
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 183, 92
HSL
65°, 39%, 54%
CMYK
4, 0, 50, 28
Luminance
0.4375
Every format
| HEX | #afb75c |
| RGB | rgb(175, 183, 92) |
| HSL | hsl(65, 39%, 54%) |
| CMYK | cmyk(4%, 0%, 50%, 28%) |
| LAB | lab(72.1 -16.0 44.9) |
| LCH | lch(72.1 47.7 109.6) |
| OKLCH | oklch(0.754 0.116 113.3) |
Copy-ready code
/* CSS */
color: #afb75c;
background-color: #afb75c;
/* Tailwind (arbitrary) */
class="text-[#afb75c] bg-[#afb75c]"
/* SCSS */
$brand: #afb75c;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.361)
/* Android */
Color.parseColor("#afb75c")Accessibility — WCAG contrast
Aa
#afb75c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb75c on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue36.1%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow49.7%
Key (black)28.2%
Color previews
#afb75c text on a black background
contrast 9.75:1
Card sample
#afb75c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb75c;
Background color
Panel with #afb75c background
background-color: #afb75c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb75c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb75c; background: linear-gradient(135deg, #afb75c, #72B75C);