#a7fcdf
a light, electric green · cool · closest name: aquamarine
RGB
167, 252, 223
HSL
160°, 93%, 82%
CMYK
34, 0, 12, 1
Luminance
0.8316
Every format
| HEX | #a7fcdf |
| RGB | rgb(167, 252, 223) |
| HSL | hsl(160, 93%, 82%) |
| CMYK | cmyk(34%, 0%, 12%, 1%) |
| LAB | lab(93.1 -31.8 5.8) |
| LCH | lch(93.1 32.3 169.7) |
| OKLCH | oklch(0.929 0.092 170.8) |
Copy-ready code
/* CSS */
color: #a7fcdf;
background-color: #a7fcdf;
/* Tailwind (arbitrary) */
class="text-[#a7fcdf] bg-[#a7fcdf]"
/* SCSS */
$brand: #a7fcdf;
/* SwiftUI */
Color(red: 0.655, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#a7fcdf")Accessibility — WCAG contrast
Aa
#a7fcdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fcdf on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.8%
Blue87.5%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#a7fcdf text on a black background
contrast 17.63:1
Card sample
#a7fcdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fcdf;
Background color
Panel with #a7fcdf background
background-color: #a7fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fcdf; background: linear-gradient(135deg, #a7fcdf, #A7E0FC);