#abcf55
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 207, 85
HSL
78°, 56%, 57%
CMYK
17, 0, 59, 19
Luminance
0.5394
Every format
| HEX | #abcf55 |
| RGB | rgb(171, 207, 85) |
| HSL | hsl(78, 56%, 57%) |
| CMYK | cmyk(17%, 0%, 59%, 19%) |
| LAB | lab(78.4 -30.0 55.4) |
| LCH | lch(78.4 63.0 118.4) |
| OKLCH | oklch(0.804 0.154 123.7) |
Copy-ready code
/* CSS */
color: #abcf55;
background-color: #abcf55;
/* Tailwind (arbitrary) */
class="text-[#abcf55] bg-[#abcf55]"
/* SCSS */
$brand: #abcf55;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.333)
/* Android */
Color.parseColor("#abcf55")Accessibility — WCAG contrast
Aa
#abcf55 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf55 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue33.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow58.9%
Key (black)18.8%
Color previews
#abcf55 text on a black background
contrast 11.79:1
Card sample
#abcf55 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf55;
Background color
Panel with #abcf55 background
background-color: #abcf55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf55; background: linear-gradient(135deg, #abcf55, #5ACF55);