#abce9b
a light, soft green · cool · closest name: beige
RGB
171, 206, 155
HSL
101°, 34%, 71%
CMYK
17, 0, 25, 19
Luminance
0.5517
Every format
| HEX | #abce9b |
| RGB | rgb(171, 206, 155) |
| HSL | hsl(101, 34%, 71%) |
| CMYK | cmyk(17%, 0%, 25%, 19%) |
| LAB | lab(79.1 -21.0 21.6) |
| LCH | lch(79.1 30.2 134.2) |
| OKLCH | oklch(0.813 0.079 136.0) |
Copy-ready code
/* CSS */
color: #abce9b;
background-color: #abce9b;
/* Tailwind (arbitrary) */
class="text-[#abce9b] bg-[#abce9b]"
/* SCSS */
$brand: #abce9b;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.608)
/* Android */
Color.parseColor("#abce9b")Accessibility — WCAG contrast
Aa
#abce9b on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce9b on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue60.8%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow24.8%
Key (black)19.2%
Color previews
#abce9b text on a black background
contrast 12.03:1
Card sample
#abce9b text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce9b;
Background color
Panel with #abce9b background
background-color: #abce9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce9b; background: linear-gradient(135deg, #abce9b, #9BCEAD);