#abba39
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
171, 186, 57
HSL
67°, 53%, 48%
CMYK
8, 0, 69, 27
Luminance
0.4407
Every format
| HEX | #abba39 |
| RGB | rgb(171, 186, 57) |
| HSL | hsl(67, 53%, 48%) |
| CMYK | cmyk(8%, 0%, 69%, 27%) |
| LAB | lab(72.3 -21.8 60.4) |
| LCH | lch(72.3 64.2 109.8) |
| OKLCH | oklch(0.753 0.150 115.9) |
Copy-ready code
/* CSS */
color: #abba39;
background-color: #abba39;
/* Tailwind (arbitrary) */
class="text-[#abba39] bg-[#abba39]"
/* SCSS */
$brand: #abba39;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#abba39")Accessibility — WCAG contrast
Aa
#abba39 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abba39 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue22.4%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow69.4%
Key (black)27.1%
Color previews
#abba39 text on a black background
contrast 9.81:1
Card sample
#abba39 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abba39;
Background color
Panel with #abba39 background
background-color: #abba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abba39; background: linear-gradient(135deg, #abba39, #55BA39);