#afb44c
a balanced, soft yellow · cool · closest name: olive
RGB
175, 180, 76
HSL
63°, 41%, 50%
CMYK
3, 0, 58, 29
Luminance
0.4228
Every format
| HEX | #afb44c |
| RGB | rgb(175, 180, 76) |
| HSL | hsl(63, 41%, 50%) |
| CMYK | cmyk(3%, 0%, 58%, 29%) |
| LAB | lab(71.1 -15.8 51.3) |
| LCH | lch(71.1 53.7 107.2) |
| OKLCH | oklch(0.745 0.128 111.7) |
Copy-ready code
/* CSS */
color: #afb44c;
background-color: #afb44c;
/* Tailwind (arbitrary) */
class="text-[#afb44c] bg-[#afb44c]"
/* SCSS */
$brand: #afb44c;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.298)
/* Android */
Color.parseColor("#afb44c")Accessibility — WCAG contrast
Aa
#afb44c on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb44c on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue29.8%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow57.8%
Key (black)29.4%
Color previews
#afb44c text on a black background
contrast 9.46:1
Card sample
#afb44c text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb44c;
Background color
Panel with #afb44c background
background-color: #afb44c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb44c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb44c; background: linear-gradient(135deg, #afb44c, #6AB44C);