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