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