#abcd9f
a light, soft green · cool · closest name: beige
RGB
171, 205, 159
HSL
104°, 32%, 71%
CMYK
17, 0, 22, 20
Luminance
0.5482
Every format
| HEX | #abcd9f |
| RGB | rgb(171, 205, 159) |
| HSL | hsl(104, 32%, 71%) |
| CMYK | cmyk(17%, 0%, 22%, 20%) |
| LAB | lab(78.9 -19.9 19.3) |
| LCH | lch(78.9 27.7 135.9) |
| OKLCH | oklch(0.811 0.073 137.6) |
Copy-ready code
/* CSS */
color: #abcd9f;
background-color: #abcd9f;
/* Tailwind (arbitrary) */
class="text-[#abcd9f] bg-[#abcd9f]"
/* SCSS */
$brand: #abcd9f;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.624)
/* Android */
Color.parseColor("#abcd9f")Accessibility — WCAG contrast
Aa
#abcd9f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcd9f on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue62.4%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow22.4%
Key (black)19.6%
Color previews
#abcd9f text on a black background
contrast 11.96:1
Card sample
#abcd9f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcd9f;
Background color
Panel with #abcd9f background
background-color: #abcd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcd9f; background: linear-gradient(135deg, #abcd9f, #9FCDB2);