#abf3ba
a light, electric green · cool · closest name: aquamarine
RGB
171, 243, 186
HSL
133°, 75%, 81%
CMYK
30, 0, 24, 5
Luminance
0.7630
Every format
| HEX | #abf3ba |
| RGB | rgb(171, 243, 186) |
| HSL | hsl(133, 75%, 81%) |
| CMYK | cmyk(30%, 0%, 24%, 5%) |
| LAB | lab(90.0 -33.5 20.5) |
| LCH | lch(90.0 39.3 148.5) |
| OKLCH | oklch(0.902 0.106 150.3) |
Copy-ready code
/* CSS */
color: #abf3ba;
background-color: #abf3ba;
/* Tailwind (arbitrary) */
class="text-[#abf3ba] bg-[#abf3ba]"
/* SCSS */
$brand: #abf3ba;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#abf3ba")Accessibility — WCAG contrast
Aa
#abf3ba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf3ba on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue72.9%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#abf3ba text on a black background
contrast 16.26:1
Card sample
#abf3ba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf3ba;
Background color
Panel with #abf3ba background
background-color: #abf3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf3ba; background: linear-gradient(135deg, #abf3ba, #ABF3EA);