#afba23
a dark, vivid yellow · cool · closest name: olive
RGB
175, 186, 35
HSL
64°, 68%, 43%
CMYK
6, 0, 81, 27
Luminance
0.4435
Every format
| HEX | #afba23 |
| RGB | rgb(175, 186, 35) |
| HSL | hsl(64, 68%, 43%) |
| CMYK | cmyk(6%, 0%, 81%, 27%) |
| LAB | lab(72.5 -21.1 67.8) |
| LCH | lch(72.5 71.0 107.3) |
| OKLCH | oklch(0.755 0.161 114.1) |
Copy-ready code
/* CSS */
color: #afba23;
background-color: #afba23;
/* Tailwind (arbitrary) */
class="text-[#afba23] bg-[#afba23]"
/* SCSS */
$brand: #afba23;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.137)
/* Android */
Color.parseColor("#afba23")Accessibility — WCAG contrast
Aa
#afba23 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba23 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue13.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow81.2%
Key (black)27.1%
Color previews
#afba23 text on a black background
contrast 9.87:1
Card sample
#afba23 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba23;
Background color
Panel with #afba23 background
background-color: #afba23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba23; background: linear-gradient(135deg, #afba23, #4ABA23);