#abf0ba
a light, vivid green · cool · closest name: aquamarine
RGB
171, 240, 186
HSL
133°, 70%, 81%
CMYK
29, 0, 23, 6
Luminance
0.7452
Every format
| HEX | #abf0ba |
| RGB | rgb(171, 240, 186) |
| HSL | hsl(133, 70%, 81%) |
| CMYK | cmyk(29%, 0%, 23%, 6%) |
| LAB | lab(89.2 -32.1 19.4) |
| LCH | lch(89.2 37.5 148.9) |
| OKLCH | oklch(0.895 0.101 150.7) |
Copy-ready code
/* CSS */
color: #abf0ba;
background-color: #abf0ba;
/* Tailwind (arbitrary) */
class="text-[#abf0ba] bg-[#abf0ba]"
/* SCSS */
$brand: #abf0ba;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.729)
/* Android */
Color.parseColor("#abf0ba")Accessibility — WCAG contrast
Aa
#abf0ba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf0ba on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue72.9%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow22.5%
Key (black)5.9%
Color previews
#abf0ba text on a black background
contrast 15.90:1
Card sample
#abf0ba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf0ba;
Background color
Panel with #abf0ba background
background-color: #abf0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf0ba; background: linear-gradient(135deg, #abf0ba, #ABF0E8);