#afba2d
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 186, 45
HSL
65°, 61%, 45%
CMYK
6, 0, 76, 27
Luminance
0.4442
Every format
| HEX | #afba2d |
| RGB | rgb(175, 186, 45) |
| HSL | hsl(65, 61%, 45%) |
| CMYK | cmyk(6%, 0%, 76%, 27%) |
| LAB | lab(72.5 -20.7 64.9) |
| LCH | lch(72.5 68.1 107.7) |
| OKLCH | oklch(0.756 0.156 114.1) |
Copy-ready code
/* CSS */
color: #afba2d;
background-color: #afba2d;
/* Tailwind (arbitrary) */
class="text-[#afba2d] bg-[#afba2d]"
/* SCSS */
$brand: #afba2d;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#afba2d")Accessibility — WCAG contrast
Aa
#afba2d on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba2d on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue17.6%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#afba2d text on a black background
contrast 9.88:1
Card sample
#afba2d text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba2d;
Background color
Panel with #afba2d background
background-color: #afba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba2d; background: linear-gradient(135deg, #afba2d, #51BA2D);