#abfbdf
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 223
HSL
159°, 91%, 83%
CMYK
32, 0, 11, 2
Luminance
0.8298
Every format
| HEX | #abfbdf |
| RGB | rgb(171, 251, 223) |
| HSL | hsl(159, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 11%, 2%) |
| LAB | lab(93.0 -30.2 5.7) |
| LCH | lch(93.0 30.8 169.4) |
| OKLCH | oklch(0.929 0.087 170.4) |
Copy-ready code
/* CSS */
color: #abfbdf;
background-color: #abfbdf;
/* Tailwind (arbitrary) */
class="text-[#abfbdf] bg-[#abfbdf]"
/* SCSS */
$brand: #abfbdf;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#abfbdf")Accessibility — WCAG contrast
Aa
#abfbdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfbdf on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue87.5%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#abfbdf text on a black background
contrast 17.60:1
Card sample
#abfbdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfbdf;
Background color
Panel with #abfbdf background
background-color: #abfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfbdf; background: linear-gradient(135deg, #abfbdf, #ABE2FB);