#afba3f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
175, 186, 63
HSL
65°, 49%, 49%
CMYK
6, 0, 66, 27
Luminance
0.4459
Every format
| HEX | #afba3f |
| RGB | rgb(175, 186, 63) |
| HSL | hsl(65, 49%, 49%) |
| CMYK | cmyk(6%, 0%, 66%, 27%) |
| LAB | lab(72.6 -19.8 58.5) |
| LCH | lch(72.6 61.8 108.7) |
| OKLCH | oklch(0.757 0.145 114.3) |
Copy-ready code
/* CSS */
color: #afba3f;
background-color: #afba3f;
/* Tailwind (arbitrary) */
class="text-[#afba3f] bg-[#afba3f]"
/* SCSS */
$brand: #afba3f;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#afba3f")Accessibility — WCAG contrast
Aa
#afba3f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba3f on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue24.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#afba3f text on a black background
contrast 9.92:1
Card sample
#afba3f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba3f;
Background color
Panel with #afba3f background
background-color: #afba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba3f; background: linear-gradient(135deg, #afba3f, #5DBA3F);