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