#abc90f
a dark, electric yellow · cool · closest name: yellow
RGB
171, 201, 15
HSL
70°, 86%, 42%
CMYK
15, 0, 93, 21
Luminance
0.5047
Every format
| HEX | #abc90f |
| RGB | rgb(171, 201, 15) |
| HSL | hsl(70, 86%, 42%) |
| CMYK | cmyk(15%, 0%, 93%, 21%) |
| LAB | lab(76.3 -30.5 74.8) |
| LCH | lch(76.3 80.7 112.2) |
| OKLCH | oklch(0.786 0.184 120.0) |
Copy-ready code
/* CSS */
color: #abc90f;
background-color: #abc90f;
/* Tailwind (arbitrary) */
class="text-[#abc90f] bg-[#abc90f]"
/* SCSS */
$brand: #abc90f;
/* SwiftUI */
Color(red: 0.671, green: 0.788, blue: 0.059)
/* Android */
Color.parseColor("#abc90f")Accessibility — WCAG contrast
Aa
#abc90f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc90f on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.8%
Blue5.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow92.5%
Key (black)21.2%
Color previews
#abc90f text on a black background
contrast 11.09:1
Card sample
#abc90f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc90f;
Background color
Panel with #abc90f background
background-color: #abc90f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc90f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 201, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 201, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc90f; background: linear-gradient(135deg, #abc90f, #2FC90F);