#abceb8
a light, soft green · cool · closest name: silver
RGB
171, 206, 184
HSL
142°, 26%, 74%
CMYK
17, 0, 11, 19
Luminance
0.5626
Every format
| HEX | #abceb8 |
| RGB | rgb(171, 206, 184) |
| HSL | hsl(142, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 11%, 19%) |
| LAB | lab(79.8 -15.9 7.1) |
| LCH | lch(79.8 17.4 156.0) |
| OKLCH | oklch(0.820 0.048 157.6) |
Copy-ready code
/* CSS */
color: #abceb8;
background-color: #abceb8;
/* Tailwind (arbitrary) */
class="text-[#abceb8] bg-[#abceb8]"
/* SCSS */
$brand: #abceb8;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.722)
/* Android */
Color.parseColor("#abceb8")Accessibility — WCAG contrast
Aa
#abceb8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abceb8 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue72.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow10.7%
Key (black)19.2%
Color previews
#abceb8 text on a black background
contrast 12.25:1
Card sample
#abceb8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abceb8;
Background color
Panel with #abceb8 background
background-color: #abceb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abceb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abceb8; background: linear-gradient(135deg, #abceb8, #ABCDCE);