#abf0cf
a light, vivid green · cool · closest name: aquamarine
RGB
171, 240, 207
HSL
151°, 70%, 81%
CMYK
29, 0, 14, 6
Luminance
0.7548
Every format
| HEX | #abf0cf |
| RGB | rgb(171, 240, 207) |
| HSL | hsl(151, 70%, 81%) |
| CMYK | cmyk(29%, 0%, 14%, 6%) |
| LAB | lab(89.6 -28.2 9.1) |
| LCH | lch(89.6 29.6 162.1) |
| OKLCH | oklch(0.900 0.083 163.5) |
Copy-ready code
/* CSS */
color: #abf0cf;
background-color: #abf0cf;
/* Tailwind (arbitrary) */
class="text-[#abf0cf] bg-[#abf0cf]"
/* SCSS */
$brand: #abf0cf;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#abf0cf")Accessibility — WCAG contrast
Aa
#abf0cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf0cf on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue81.2%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#abf0cf text on a black background
contrast 16.10:1
Card sample
#abf0cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf0cf;
Background color
Panel with #abf0cf background
background-color: #abf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf0cf; background: linear-gradient(135deg, #abf0cf, #ABE3F0);