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