#abfccc
a light, electric green · cool · closest name: aquamarine
RGB
171, 252, 204
HSL
144°, 93%, 83%
CMYK
32, 0, 19, 1
Luminance
0.8264
Every format
| HEX | #abfccc |
| RGB | rgb(171, 252, 204) |
| HSL | hsl(144, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 19%, 1%) |
| LAB | lab(92.8 -34.4 15.3) |
| LCH | lch(92.8 37.6 156.1) |
| OKLCH | oklch(0.926 0.103 157.6) |
Copy-ready code
/* CSS */
color: #abfccc;
background-color: #abfccc;
/* Tailwind (arbitrary) */
class="text-[#abfccc] bg-[#abfccc]"
/* SCSS */
$brand: #abfccc;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#abfccc")Accessibility — WCAG contrast
Aa
#abfccc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfccc on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue80.0%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#abfccc text on a black background
contrast 17.53:1
Card sample
#abfccc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfccc;
Background color
Panel with #abfccc background
background-color: #abfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfccc; background: linear-gradient(135deg, #abfccc, #ABF6FC);