#abba2d
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
171, 186, 45
HSL
66°, 61%, 45%
CMYK
8, 0, 76, 27
Luminance
0.4397
Every format
| HEX | #abba2d |
| RGB | rgb(171, 186, 45) |
| HSL | hsl(66, 61%, 45%) |
| CMYK | cmyk(8%, 0%, 76%, 27%) |
| LAB | lab(72.2 -22.4 64.5) |
| LCH | lch(72.2 68.3 109.1) |
| OKLCH | oklch(0.753 0.157 115.7) |
Copy-ready code
/* CSS */
color: #abba2d;
background-color: #abba2d;
/* Tailwind (arbitrary) */
class="text-[#abba2d] bg-[#abba2d]"
/* SCSS */
$brand: #abba2d;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#abba2d")Accessibility — WCAG contrast
Aa
#abba2d on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abba2d on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue17.6%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#abba2d text on a black background
contrast 9.79:1
Card sample
#abba2d text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abba2d;
Background color
Panel with #abba2d background
background-color: #abba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abba2d; background: linear-gradient(135deg, #abba2d, #4DBA2D);