#abdfbf
a light, soft green · cool · closest name: beige
RGB
171, 223, 191
HSL
143°, 45%, 77%
CMYK
23, 0, 14, 13
Luminance
0.6519
Every format
| HEX | #abdfbf |
| RGB | rgb(171, 223, 191) |
| HSL | hsl(143, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 14%, 13%) |
| LAB | lab(84.6 -23.1 10.3) |
| LCH | lch(84.6 25.3 156.0) |
| OKLCH | oklch(0.859 0.070 157.6) |
Copy-ready code
/* CSS */
color: #abdfbf;
background-color: #abdfbf;
/* Tailwind (arbitrary) */
class="text-[#abdfbf] bg-[#abdfbf]"
/* SCSS */
$brand: #abdfbf;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#abdfbf")Accessibility — WCAG contrast
Aa
#abdfbf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfbf on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue74.9%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#abdfbf text on a black background
contrast 14.04:1
Card sample
#abdfbf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfbf;
Background color
Panel with #abdfbf background
background-color: #abdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfbf; background: linear-gradient(135deg, #abdfbf, #ABDCDF);