#abcd6b
a balanced, vivid green · cool · closest name: khaki
RGB
171, 205, 107
HSL
81°, 50%, 61%
CMYK
17, 0, 48, 20
Luminance
0.5338
Every format
| HEX | #abcd6b |
| RGB | rgb(171, 205, 107) |
| HSL | hsl(81, 50%, 61%) |
| CMYK | cmyk(17%, 0%, 48%, 20%) |
| LAB | lab(78.1 -26.9 44.8) |
| LCH | lch(78.1 52.3 121.0) |
| OKLCH | oklch(0.802 0.131 125.0) |
Copy-ready code
/* CSS */
color: #abcd6b;
background-color: #abcd6b;
/* Tailwind (arbitrary) */
class="text-[#abcd6b] bg-[#abcd6b]"
/* SCSS */
$brand: #abcd6b;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.420)
/* Android */
Color.parseColor("#abcd6b")Accessibility — WCAG contrast
Aa
#abcd6b on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcd6b on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue42.0%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow47.8%
Key (black)19.6%
Color previews
#abcd6b text on a black background
contrast 11.68:1
Card sample
#abcd6b text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcd6b;
Background color
Panel with #abcd6b background
background-color: #abcd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcd6b; background: linear-gradient(135deg, #abcd6b, #6BCD6C);