#afb752
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 183, 82
HSL
65°, 41%, 52%
CMYK
4, 0, 55, 28
Luminance
0.4359
Every format
| HEX | #afb752 |
| RGB | rgb(175, 183, 82) |
| HSL | hsl(65, 41%, 52%) |
| CMYK | cmyk(4%, 0%, 55%, 28%) |
| LAB | lab(72.0 -16.9 49.5) |
| LCH | lch(72.0 52.3 108.8) |
| OKLCH | oklch(0.752 0.126 113.2) |
Copy-ready code
/* CSS */
color: #afb752;
background-color: #afb752;
/* Tailwind (arbitrary) */
class="text-[#afb752] bg-[#afb752]"
/* SCSS */
$brand: #afb752;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.322)
/* Android */
Color.parseColor("#afb752")Accessibility — WCAG contrast
Aa
#afb752 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb752 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue32.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow55.2%
Key (black)28.2%
Color previews
#afb752 text on a black background
contrast 9.72:1
Card sample
#afb752 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb752;
Background color
Panel with #afb752 background
background-color: #afb752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb752; background: linear-gradient(135deg, #afb752, #6CB752);