#a7eee4
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 238, 228
HSL
172°, 68%, 79%
CMYK
30, 0, 4, 7
Luminance
0.7497
Every format
| HEX | #a7eee4 |
| RGB | rgb(167, 238, 228) |
| HSL | hsl(172, 68%, 79%) |
| CMYK | cmyk(30%, 0%, 4%, 7%) |
| LAB | lab(89.4 -24.1 -2.2) |
| LCH | lch(89.4 24.2 185.3) |
| OKLCH | oklch(0.899 0.072 185.1) |
Copy-ready code
/* CSS */
color: #a7eee4;
background-color: #a7eee4;
/* Tailwind (arbitrary) */
class="text-[#a7eee4] bg-[#a7eee4]"
/* SCSS */
$brand: #a7eee4;
/* SwiftUI */
Color(red: 0.655, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#a7eee4")Accessibility — WCAG contrast
Aa
#a7eee4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7eee4 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green93.3%
Blue89.4%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow4.2%
Key (black)6.7%
Color previews
#a7eee4 text on a black background
contrast 15.99:1
Card sample
#a7eee4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7eee4;
Background color
Panel with #a7eee4 background
background-color: #a7eee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7eee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7eee4; background: linear-gradient(135deg, #a7eee4, #A7C9EE);