#abca02
a dark, electric yellow · cool · closest name: yellow
RGB
171, 202, 2
HSL
69°, 98%, 40%
CMYK
15, 0, 99, 21
Luminance
0.5090
Every format
| HEX | #abca02 |
| RGB | rgb(171, 202, 2) |
| HSL | hsl(69, 98%, 40%) |
| CMYK | cmyk(15%, 0%, 99%, 21%) |
| LAB | lab(76.6 -31.1 76.3) |
| LCH | lch(76.6 82.4 112.2) |
| OKLCH | oklch(0.788 0.187 120.2) |
Copy-ready code
/* CSS */
color: #abca02;
background-color: #abca02;
/* Tailwind (arbitrary) */
class="text-[#abca02] bg-[#abca02]"
/* SCSS */
$brand: #abca02;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.008)
/* Android */
Color.parseColor("#abca02")Accessibility — WCAG contrast
Aa
#abca02 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abca02 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue0.8%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow99.0%
Key (black)20.8%
Color previews
#abca02 text on a black background
contrast 11.18:1
Card sample
#abca02 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abca02;
Background color
Panel with #abca02 background
background-color: #abca02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abca02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abca02; background: linear-gradient(135deg, #abca02, #26CA02);