#abf4ce
a light, electric green · cool · closest name: aquamarine
RGB
171, 244, 206
HSL
149°, 77%, 81%
CMYK
30, 0, 16, 4
Luminance
0.7782
Every format
| HEX | #abf4ce |
| RGB | rgb(171, 244, 206) |
| HSL | hsl(149, 77%, 81%) |
| CMYK | cmyk(30%, 0%, 16%, 4%) |
| LAB | lab(90.7 -30.3 11.2) |
| LCH | lch(90.7 32.3 159.8) |
| OKLCH | oklch(0.909 0.089 161.2) |
Copy-ready code
/* CSS */
color: #abf4ce;
background-color: #abf4ce;
/* Tailwind (arbitrary) */
class="text-[#abf4ce] bg-[#abf4ce]"
/* SCSS */
$brand: #abf4ce;
/* SwiftUI */
Color(red: 0.671, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#abf4ce")Accessibility — WCAG contrast
Aa
#abf4ce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf4ce on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.7%
Blue80.8%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#abf4ce text on a black background
contrast 16.56:1
Card sample
#abf4ce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf4ce;
Background color
Panel with #abf4ce background
background-color: #abf4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf4ce; background: linear-gradient(135deg, #abf4ce, #ABE9F4);