#a7eccf
a light, vivid green · cool · closest name: aquamarine
RGB
167, 236, 207
HSL
155°, 65%, 79%
CMYK
29, 0, 12, 8
Luminance
0.7271
Every format
| HEX | #a7eccf |
| RGB | rgb(167, 236, 207) |
| HSL | hsl(155, 65%, 79%) |
| CMYK | cmyk(29%, 0%, 12%, 8%) |
| LAB | lab(88.3 -27.5 7.2) |
| LCH | lch(88.3 28.4 165.3) |
| OKLCH | oklch(0.889 0.080 166.6) |
Copy-ready code
/* CSS */
color: #a7eccf;
background-color: #a7eccf;
/* Tailwind (arbitrary) */
class="text-[#a7eccf] bg-[#a7eccf]"
/* SCSS */
$brand: #a7eccf;
/* SwiftUI */
Color(red: 0.655, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#a7eccf")Accessibility — WCAG contrast
Aa
#a7eccf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7eccf on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#a7eccf text on a black background
contrast 15.54:1
Card sample
#a7eccf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7eccf;
Background color
Panel with #a7eccf background
background-color: #a7eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7eccf; background: linear-gradient(135deg, #a7eccf, #A7DBEC);