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