#abf5ba
a light, electric green · cool · closest name: aquamarine
RGB
171, 245, 186
HSL
132°, 79%, 82%
CMYK
30, 0, 24, 4
Luminance
0.7751
Every format
| HEX | #abf5ba |
| RGB | rgb(171, 245, 186) |
| HSL | hsl(132, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 24%, 4%) |
| LAB | lab(90.5 -34.4 21.3) |
| LCH | lch(90.5 40.5 148.3) |
| OKLCH | oklch(0.906 0.109 150.1) |
Copy-ready code
/* CSS */
color: #abf5ba;
background-color: #abf5ba;
/* Tailwind (arbitrary) */
class="text-[#abf5ba] bg-[#abf5ba]"
/* SCSS */
$brand: #abf5ba;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#abf5ba")Accessibility — WCAG contrast
Aa
#abf5ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf5ba on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue72.9%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#abf5ba text on a black background
contrast 16.50:1
Card sample
#abf5ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf5ba;
Background color
Panel with #abf5ba background
background-color: #abf5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf5ba; background: linear-gradient(135deg, #abf5ba, #ABF5EB);