#abf3c2
a light, electric green · cool · closest name: aquamarine
RGB
171, 243, 194
HSL
139°, 75%, 81%
CMYK
30, 0, 20, 5
Luminance
0.7665
Every format
| HEX | #abf3c2 |
| RGB | rgb(171, 243, 194) |
| HSL | hsl(139, 75%, 81%) |
| CMYK | cmyk(30%, 0%, 20%, 5%) |
| LAB | lab(90.2 -32.1 16.6) |
| LCH | lch(90.2 36.1 152.6) |
| OKLCH | oklch(0.904 0.098 154.3) |
Copy-ready code
/* CSS */
color: #abf3c2;
background-color: #abf3c2;
/* Tailwind (arbitrary) */
class="text-[#abf3c2] bg-[#abf3c2]"
/* SCSS */
$brand: #abf3c2;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.761)
/* Android */
Color.parseColor("#abf3c2")Accessibility — WCAG contrast
Aa
#abf3c2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf3c2 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue76.1%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow20.2%
Key (black)4.7%
Color previews
#abf3c2 text on a black background
contrast 16.33:1
Card sample
#abf3c2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf3c2;
Background color
Panel with #abf3c2 background
background-color: #abf3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf3c2; background: linear-gradient(135deg, #abf3c2, #ABF3F2);