#abfbaf
a light, electric green · cool · closest name: aquamarine
RGB
171, 251, 175
HSL
123°, 91%, 83%
CMYK
32, 0, 30, 2
Luminance
0.8075
Every format
| HEX | #abfbaf |
| RGB | rgb(171, 251, 175) |
| HSL | hsl(123, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 30%, 2%) |
| LAB | lab(92.0 -39.0 28.9) |
| LCH | lch(92.0 48.5 143.5) |
| OKLCH | oklch(0.917 0.129 145.6) |
Copy-ready code
/* CSS */
color: #abfbaf;
background-color: #abfbaf;
/* Tailwind (arbitrary) */
class="text-[#abfbaf] bg-[#abfbaf]"
/* SCSS */
$brand: #abfbaf;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#abfbaf")Accessibility — WCAG contrast
Aa
#abfbaf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfbaf on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue68.6%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#abfbaf text on a black background
contrast 17.15:1
Card sample
#abfbaf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfbaf;
Background color
Panel with #abfbaf background
background-color: #abfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfbaf; background: linear-gradient(135deg, #abfbaf, #ABFBE4);