#abceb5
a light, soft green · cool · closest name: silver
RGB
171, 206, 181
HSL
137°, 26%, 74%
CMYK
17, 0, 12, 19
Luminance
0.5614
Every format
| HEX | #abceb5 |
| RGB | rgb(171, 206, 181) |
| HSL | hsl(137, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 12%, 19%) |
| LAB | lab(79.7 -16.5 8.6) |
| LCH | lch(79.7 18.6 152.5) |
| OKLCH | oklch(0.819 0.051 154.1) |
Copy-ready code
/* CSS */
color: #abceb5;
background-color: #abceb5;
/* Tailwind (arbitrary) */
class="text-[#abceb5] bg-[#abceb5]"
/* SCSS */
$brand: #abceb5;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#abceb5")Accessibility — WCAG contrast
Aa
#abceb5 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abceb5 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue71.0%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow12.1%
Key (black)19.2%
Color previews
#abceb5 text on a black background
contrast 12.23:1
Card sample
#abceb5 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abceb5;
Background color
Panel with #abceb5 background
background-color: #abceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abceb5; background: linear-gradient(135deg, #abceb5, #ABCECC);