#abfacd
a light, electric green · cool · closest name: aquamarine
RGB
171, 250, 205
HSL
146°, 89%, 83%
CMYK
32, 0, 18, 2
Luminance
0.8144
Every format
| HEX | #abfacd |
| RGB | rgb(171, 250, 205) |
| HSL | hsl(146, 89%, 83%) |
| CMYK | cmyk(32%, 0%, 18%, 2%) |
| LAB | lab(92.3 -33.3 14.0) |
| LCH | lch(92.3 36.1 157.2) |
| OKLCH | oklch(0.922 0.099 158.7) |
Copy-ready code
/* CSS */
color: #abfacd;
background-color: #abfacd;
/* Tailwind (arbitrary) */
class="text-[#abfacd] bg-[#abfacd]"
/* SCSS */
$brand: #abfacd;
/* SwiftUI */
Color(red: 0.671, green: 0.980, blue: 0.804)
/* Android */
Color.parseColor("#abfacd")Accessibility — WCAG contrast
Aa
#abfacd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfacd on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.0%
Blue80.4%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow18.0%
Key (black)2.0%
Color previews
#abfacd text on a black background
contrast 17.29:1
Card sample
#abfacd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfacd;
Background color
Panel with #abfacd background
background-color: #abfacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 250, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 250, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfacd; background: linear-gradient(135deg, #abfacd, #ABF2FA);