#abdfac
a light, soft green · cool · closest name: aquamarine
RGB
171, 223, 172
HSL
121°, 45%, 77%
CMYK
23, 0, 23, 13
Luminance
0.6441
Every format
| HEX | #abdfac |
| RGB | rgb(171, 223, 172) |
| HSL | hsl(121, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 23%, 13%) |
| LAB | lab(84.2 -26.5 19.7) |
| LCH | lch(84.2 33.0 143.4) |
| OKLCH | oklch(0.854 0.088 145.2) |
Copy-ready code
/* CSS */
color: #abdfac;
background-color: #abdfac;
/* Tailwind (arbitrary) */
class="text-[#abdfac] bg-[#abdfac]"
/* SCSS */
$brand: #abdfac;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.675)
/* Android */
Color.parseColor("#abdfac")Accessibility — WCAG contrast
Aa
#abdfac on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfac on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue67.5%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow22.9%
Key (black)12.5%
Color previews
#abdfac text on a black background
contrast 13.88:1
Card sample
#abdfac text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfac;
Background color
Panel with #abdfac background
background-color: #abdfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfac; background: linear-gradient(135deg, #abdfac, #ABDFCF);