#abce45
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 206, 69
HSL
75°, 58%, 54%
CMYK
17, 0, 67, 19
Luminance
0.5323
Every format
| HEX | #abce45 |
| RGB | rgb(171, 206, 69) |
| HSL | hsl(75, 58%, 54%) |
| CMYK | cmyk(17%, 0%, 67%, 19%) |
| LAB | lab(78.0 -30.7 61.6) |
| LCH | lch(78.0 68.9 116.5) |
| OKLCH | oklch(0.800 0.166 122.6) |
Copy-ready code
/* CSS */
color: #abce45;
background-color: #abce45;
/* Tailwind (arbitrary) */
class="text-[#abce45] bg-[#abce45]"
/* SCSS */
$brand: #abce45;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.271)
/* Android */
Color.parseColor("#abce45")Accessibility — WCAG contrast
Aa
#abce45 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce45 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue27.1%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow66.5%
Key (black)19.2%
Color previews
#abce45 text on a black background
contrast 11.65:1
Card sample
#abce45 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce45;
Background color
Panel with #abce45 background
background-color: #abce45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce45; background: linear-gradient(135deg, #abce45, #50CE45);