#abfdac
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 172
HSL
121°, 95%, 83%
CMYK
32, 0, 32, 1
Luminance
0.8189
Every format
| HEX | #abfdac |
| RGB | rgb(171, 253, 172) |
| HSL | hsl(121, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 32%, 1%) |
| LAB | lab(92.5 -40.4 31.1) |
| LCH | lch(92.5 51.0 142.4) |
| OKLCH | oklch(0.921 0.135 144.7) |
Copy-ready code
/* CSS */
color: #abfdac;
background-color: #abfdac;
/* Tailwind (arbitrary) */
class="text-[#abfdac] bg-[#abfdac]"
/* SCSS */
$brand: #abfdac;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#abfdac")Accessibility — WCAG contrast
Aa
#abfdac on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdac on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue67.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#abfdac text on a black background
contrast 17.38:1
Card sample
#abfdac text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdac;
Background color
Panel with #abfdac background
background-color: #abfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdac; background: linear-gradient(135deg, #abfdac, #ABFDE3);