#afba01
a dark, electric yellow · cool · closest name: olive
RGB
175, 186, 1
HSL
64°, 99%, 37%
CMYK
6, 0, 100, 27
Luminance
0.4423
Every format
| HEX | #afba01 |
| RGB | rgb(175, 186, 1) |
| HSL | hsl(64, 99%, 37%) |
| CMYK | cmyk(6%, 0%, 100%, 27%) |
| LAB | lab(72.4 -21.8 73.4) |
| LCH | lch(72.4 76.5 106.5) |
| OKLCH | oklch(0.754 0.169 114.0) |
Copy-ready code
/* CSS */
color: #afba01;
background-color: #afba01;
/* Tailwind (arbitrary) */
class="text-[#afba01] bg-[#afba01]"
/* SCSS */
$brand: #afba01;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.004)
/* Android */
Color.parseColor("#afba01")Accessibility — WCAG contrast
Aa
#afba01 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afba01 on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue0.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow99.5%
Key (black)27.1%
Color previews
#afba01 text on a black background
contrast 9.85:1
Card sample
#afba01 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afba01;
Background color
Panel with #afba01 background
background-color: #afba01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afba01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afba01; background: linear-gradient(135deg, #afba01, #34BA01);