#abf5cb
a light, electric green · cool · closest name: aquamarine
RGB
171, 245, 203
HSL
146°, 79%, 82%
CMYK
30, 0, 17, 4
Luminance
0.7827
Every format
| HEX | #abf5cb |
| RGB | rgb(171, 245, 203) |
| HSL | hsl(146, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 17%, 4%) |
| LAB | lab(90.9 -31.3 13.0) |
| LCH | lch(90.9 33.9 157.5) |
| OKLCH | oklch(0.910 0.093 159.0) |
Copy-ready code
/* CSS */
color: #abf5cb;
background-color: #abf5cb;
/* Tailwind (arbitrary) */
class="text-[#abf5cb] bg-[#abf5cb]"
/* SCSS */
$brand: #abf5cb;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#abf5cb")Accessibility — WCAG contrast
Aa
#abf5cb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf5cb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue79.6%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#abf5cb text on a black background
contrast 16.65:1
Card sample
#abf5cb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf5cb;
Background color
Panel with #abf5cb background
background-color: #abf5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf5cb; background: linear-gradient(135deg, #abf5cb, #ABEEF5);