#afac23
a dark, vivid yellow · cool · closest name: olive
RGB
175, 172, 35
HSL
59°, 67%, 41%
CMYK
0, 2, 80, 31
Luminance
0.3874
Every format
| HEX | #afac23 |
| RGB | rgb(175, 172, 35) |
| HSL | hsl(59, 67%, 41%) |
| CMYK | cmyk(0%, 2%, 80%, 31%) |
| LAB | lab(68.6 -14.0 64.4) |
| LCH | lch(68.6 65.9 102.3) |
| OKLCH | oklch(0.724 0.147 108.2) |
Copy-ready code
/* CSS */
color: #afac23;
background-color: #afac23;
/* Tailwind (arbitrary) */
class="text-[#afac23] bg-[#afac23]"
/* SCSS */
$brand: #afac23;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.137)
/* Android */
Color.parseColor("#afac23")Accessibility — WCAG contrast
Aa
#afac23 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac23 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow80.0%
Key (black)31.4%
Color previews
#afac23 text on a black background
contrast 8.75:1
Card sample
#afac23 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac23;
Background color
Panel with #afac23 background
background-color: #afac23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac23; background: linear-gradient(135deg, #afac23, #55AF23);