#afbd39
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 189, 57
HSL
66°, 54%, 48%
CMYK
7, 0, 70, 26
Luminance
0.4580
Every format
| HEX | #afbd39 |
| RGB | rgb(175, 189, 57) |
| HSL | hsl(66, 54%, 48%) |
| CMYK | cmyk(7%, 0%, 70%, 26%) |
| LAB | lab(73.4 -21.6 61.6) |
| LCH | lch(73.4 65.3 109.3) |
| OKLCH | oklch(0.763 0.152 115.3) |
Copy-ready code
/* CSS */
color: #afbd39;
background-color: #afbd39;
/* Tailwind (arbitrary) */
class="text-[#afbd39] bg-[#afbd39]"
/* SCSS */
$brand: #afbd39;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.224)
/* Android */
Color.parseColor("#afbd39")Accessibility — WCAG contrast
Aa
#afbd39 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbd39 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue22.4%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow69.8%
Key (black)25.9%
Color previews
#afbd39 text on a black background
contrast 10.16:1
Card sample
#afbd39 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbd39;
Background color
Panel with #afbd39 background
background-color: #afbd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbd39; background: linear-gradient(135deg, #afbd39, #57BD39);