#abceb0
a light, soft green · cool · closest name: silver
RGB
171, 206, 176
HSL
129°, 26%, 74%
CMYK
17, 0, 15, 19
Luminance
0.5594
Every format
| HEX | #abceb0 |
| RGB | rgb(171, 206, 176) |
| HSL | hsl(129, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 15%, 19%) |
| LAB | lab(79.6 -17.4 11.1) |
| LCH | lch(79.6 20.7 147.5) |
| OKLCH | oklch(0.818 0.056 149.1) |
Copy-ready code
/* CSS */
color: #abceb0;
background-color: #abceb0;
/* Tailwind (arbitrary) */
class="text-[#abceb0] bg-[#abceb0]"
/* SCSS */
$brand: #abceb0;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#abceb0")Accessibility — WCAG contrast
Aa
#abceb0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abceb0 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue69.0%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#abceb0 text on a black background
contrast 12.19:1
Card sample
#abceb0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abceb0;
Background color
Panel with #abceb0 background
background-color: #abceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abceb0; background: linear-gradient(135deg, #abceb0, #ABCEC7);