#abf5cd
a light, electric green · cool · closest name: aquamarine
RGB
171, 245, 205
HSL
148°, 79%, 82%
CMYK
30, 0, 16, 4
Luminance
0.7837
Every format
| HEX | #abf5cd |
| RGB | rgb(171, 245, 205) |
| HSL | hsl(148, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 16%, 4%) |
| LAB | lab(91.0 -31.0 12.0) |
| LCH | lch(91.0 33.2 158.7) |
| OKLCH | oklch(0.911 0.092 160.2) |
Copy-ready code
/* CSS */
color: #abf5cd;
background-color: #abf5cd;
/* Tailwind (arbitrary) */
class="text-[#abf5cd] bg-[#abf5cd]"
/* SCSS */
$brand: #abf5cd;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.804)
/* Android */
Color.parseColor("#abf5cd")Accessibility — WCAG contrast
Aa
#abf5cd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf5cd on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow16.3%
Key (black)3.9%
Color previews
#abf5cd text on a black background
contrast 16.67:1
Card sample
#abf5cd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf5cd;
Background color
Panel with #abf5cd background
background-color: #abf5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf5cd; background: linear-gradient(135deg, #abf5cd, #ABECF5);