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