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