#afb552
a balanced, soft yellow · cool · closest name: khaki
RGB
175, 181, 82
HSL
64°, 40%, 52%
CMYK
3, 0, 55, 29
Luminance
0.4277
Every format
| HEX | #afb552 |
| RGB | rgb(175, 181, 82) |
| HSL | hsl(64, 40%, 52%) |
| CMYK | cmyk(3%, 0%, 55%, 29%) |
| LAB | lab(71.4 -15.9 48.9) |
| LCH | lch(71.4 51.4 108.0) |
| OKLCH | oklch(0.748 0.123 112.2) |
Copy-ready code
/* CSS */
color: #afb552;
background-color: #afb552;
/* Tailwind (arbitrary) */
class="text-[#afb552] bg-[#afb552]"
/* SCSS */
$brand: #afb552;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.322)
/* Android */
Color.parseColor("#afb552")Accessibility — WCAG contrast
Aa
#afb552 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb552 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue32.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow54.7%
Key (black)29.0%
Color previews
#afb552 text on a black background
contrast 9.55:1
Card sample
#afb552 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb552;
Background color
Panel with #afb552 background
background-color: #afb552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb552; background: linear-gradient(135deg, #afb552, #6DB552);