#abf4ac
a light, electric green · cool · closest name: aquamarine
RGB
171, 244, 172
HSL
121°, 77%, 81%
CMYK
30, 0, 30, 4
Luminance
0.7634
Every format
| HEX | #abf4ac |
| RGB | rgb(171, 244, 172) |
| HSL | hsl(121, 77%, 81%) |
| CMYK | cmyk(30%, 0%, 30%, 4%) |
| LAB | lab(90.0 -36.3 27.7) |
| LCH | lch(90.0 45.7 142.7) |
| OKLCH | oklch(0.901 0.121 144.8) |
Copy-ready code
/* CSS */
color: #abf4ac;
background-color: #abf4ac;
/* Tailwind (arbitrary) */
class="text-[#abf4ac] bg-[#abf4ac]"
/* SCSS */
$brand: #abf4ac;
/* SwiftUI */
Color(red: 0.671, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#abf4ac")Accessibility — WCAG contrast
Aa
#abf4ac on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf4ac on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.7%
Blue67.5%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#abf4ac text on a black background
contrast 16.27:1
Card sample
#abf4ac text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf4ac;
Background color
Panel with #abf4ac background
background-color: #abf4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf4ac; background: linear-gradient(135deg, #abf4ac, #ABF4DD);