#afba36
a balanced, vivid yellow · cool · closest name: olive
RGB
175, 186, 54
HSL
65°, 55%, 47%
CMYK
6, 0, 71, 27
Luminance
0.4450
Every format
| HEX | #afba36 |
| RGB | rgb(175, 186, 54) |
| HSL | hsl(65, 55%, 47%) |
| CMYK | cmyk(6%, 0%, 71%, 27%) |
| LAB | lab(72.6 -20.3 61.9) |
| LCH | lch(72.6 65.1 108.1) |
| OKLCH | oklch(0.756 0.151 114.2) |
Copy-ready code
/* CSS */
color: #afba36;
background-color: #afba36;
/* Tailwind (arbitrary) */
class="text-[#afba36] bg-[#afba36]"
/* SCSS */
$brand: #afba36;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.212)
/* Android */
Color.parseColor("#afba36")Accessibility — WCAG contrast
Aa
#afba36 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba36 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue21.2%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow71.0%
Key (black)27.1%
Color previews
#afba36 text on a black background
contrast 9.90:1
Card sample
#afba36 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba36;
Background color
Panel with #afba36 background
background-color: #afba36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba36; background: linear-gradient(135deg, #afba36, #57BA36);