#a7fdce
a light, electric green · cool · closest name: aquamarine
RGB
167, 253, 206
HSL
147°, 96%, 82%
CMYK
34, 0, 19, 1
Luminance
0.8292
Every format
| HEX | #a7fdce |
| RGB | rgb(167, 253, 206) |
| HSL | hsl(147, 96%, 82%) |
| CMYK | cmyk(34%, 0%, 19%, 1%) |
| LAB | lab(93.0 -35.6 14.4) |
| LCH | lch(93.0 38.4 158.0) |
| OKLCH | oklch(0.927 0.106 159.5) |
Copy-ready code
/* CSS */
color: #a7fdce;
background-color: #a7fdce;
/* Tailwind (arbitrary) */
class="text-[#a7fdce] bg-[#a7fdce]"
/* SCSS */
$brand: #a7fdce;
/* SwiftUI */
Color(red: 0.655, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#a7fdce")Accessibility — WCAG contrast
Aa
#a7fdce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fdce on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#a7fdce text on a black background
contrast 17.58:1
Card sample
#a7fdce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fdce;
Background color
Panel with #a7fdce background
background-color: #a7fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fdce; background: linear-gradient(135deg, #a7fdce, #A7F3FD);