#afb652
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 182, 82
HSL
64°, 41%, 52%
CMYK
4, 0, 55, 29
Luminance
0.4318
Every format
| HEX | #afb652 |
| RGB | rgb(175, 182, 82) |
| HSL | hsl(64, 41%, 52%) |
| CMYK | cmyk(4%, 0%, 55%, 29%) |
| LAB | lab(71.7 -16.4 49.2) |
| LCH | lch(71.7 51.9 108.4) |
| OKLCH | oklch(0.750 0.124 112.7) |
Copy-ready code
/* CSS */
color: #afb652;
background-color: #afb652;
/* Tailwind (arbitrary) */
class="text-[#afb652] bg-[#afb652]"
/* SCSS */
$brand: #afb652;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#afb652")Accessibility — WCAG contrast
Aa
#afb652 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb652 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue32.2%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow54.9%
Key (black)28.6%
Color previews
#afb652 text on a black background
contrast 9.64:1
Card sample
#afb652 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb652;
Background color
Panel with #afb652 background
background-color: #afb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb652; background: linear-gradient(135deg, #afb652, #6CB652);