#afbc52
a balanced, soft yellow · cool · closest name: olivedrab
RGB
175, 188, 82
HSL
67°, 44%, 53%
CMYK
7, 0, 56, 26
Luminance
0.4569
Every format
| HEX | #afbc52 |
| RGB | rgb(175, 188, 82) |
| HSL | hsl(67, 44%, 53%) |
| CMYK | cmyk(7%, 0%, 56%, 26%) |
| LAB | lab(73.3 -19.4 51.1) |
| LCH | lch(73.3 54.7 110.8) |
| OKLCH | oklch(0.763 0.132 115.4) |
Copy-ready code
/* CSS */
color: #afbc52;
background-color: #afbc52;
/* Tailwind (arbitrary) */
class="text-[#afbc52] bg-[#afbc52]"
/* SCSS */
$brand: #afbc52;
/* SwiftUI */
Color(red: 0.686, green: 0.737, blue: 0.322)
/* Android */
Color.parseColor("#afbc52")Accessibility — WCAG contrast
Aa
#afbc52 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbc52 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.7%
Blue32.2%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow56.4%
Key (black)26.3%
Color previews
#afbc52 text on a black background
contrast 10.14:1
Card sample
#afbc52 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbc52;
Background color
Panel with #afbc52 background
background-color: #afbc52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbc52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 188, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 188, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbc52; background: linear-gradient(135deg, #afbc52, #68BC52);