#abfcdf
a light, electric green · cool · closest name: aquamarine
RGB
171, 252, 223
HSL
159°, 93%, 83%
CMYK
32, 0, 12, 1
Luminance
0.8361
Every format
| HEX | #abfcdf |
| RGB | rgb(171, 252, 223) |
| HSL | hsl(159, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 12%, 1%) |
| LAB | lab(93.3 -30.7 6.1) |
| LCH | lch(93.3 31.3 168.8) |
| OKLCH | oklch(0.931 0.089 169.9) |
Copy-ready code
/* CSS */
color: #abfcdf;
background-color: #abfcdf;
/* Tailwind (arbitrary) */
class="text-[#abfcdf] bg-[#abfcdf]"
/* SCSS */
$brand: #abfcdf;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#abfcdf")Accessibility — WCAG contrast
Aa
#abfcdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfcdf on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue87.5%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#abfcdf text on a black background
contrast 17.72:1
Card sample
#abfcdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfcdf;
Background color
Panel with #abfcdf background
background-color: #abfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfcdf; background: linear-gradient(135deg, #abfcdf, #ABE3FC);