#abfad2
a light, electric green · cool · closest name: aquamarine
RGB
171, 250, 210
HSL
150°, 89%, 83%
CMYK
32, 0, 16, 2
Luminance
0.8168
Every format
| HEX | #abfad2 |
| RGB | rgb(171, 250, 210) |
| HSL | hsl(150, 89%, 83%) |
| CMYK | cmyk(32%, 0%, 16%, 2%) |
| LAB | lab(92.4 -32.3 11.6) |
| LCH | lch(92.4 34.4 160.3) |
| OKLCH | oklch(0.923 0.095 161.7) |
Copy-ready code
/* CSS */
color: #abfad2;
background-color: #abfad2;
/* Tailwind (arbitrary) */
class="text-[#abfad2] bg-[#abfad2]"
/* SCSS */
$brand: #abfad2;
/* SwiftUI */
Color(red: 0.671, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#abfad2")Accessibility — WCAG contrast
Aa
#abfad2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfad2 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.0%
Blue82.4%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#abfad2 text on a black background
contrast 17.34:1
Card sample
#abfad2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfad2;
Background color
Panel with #abfad2 background
background-color: #abfad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfad2; background: linear-gradient(135deg, #abfad2, #ABEDFA);