#abaf13
a dark, electric yellow · cool · closest name: olive
RGB
171, 175, 19
HSL
62°, 80%, 38%
CMYK
2, 0, 89, 31
Luminance
0.3936
Every format
| HEX | #abaf13 |
| RGB | rgb(171, 175, 19) |
| HSL | hsl(62, 80%, 38%) |
| CMYK | cmyk(2%, 0%, 89%, 31%) |
| LAB | lab(69.0 -17.7 68.3) |
| LCH | lch(69.0 70.6 104.5) |
| OKLCH | oklch(0.727 0.156 111.4) |
Copy-ready code
/* CSS */
color: #abaf13;
background-color: #abaf13;
/* Tailwind (arbitrary) */
class="text-[#abaf13] bg-[#abaf13]"
/* SCSS */
$brand: #abaf13;
/* SwiftUI */
Color(red: 0.671, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#abaf13")Accessibility — WCAG contrast
Aa
#abaf13 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abaf13 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green68.6%
Blue7.5%
CMYK percentages
Cyan2.3%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#abaf13 text on a black background
contrast 8.87:1
Card sample
#abaf13 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abaf13;
Background color
Panel with #abaf13 background
background-color: #abaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abaf13; background: linear-gradient(135deg, #abaf13, #43AF13);