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