#a7e9da
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 233, 218
HSL
166°, 60%, 78%
CMYK
28, 0, 6, 9
Luminance
0.7156
Every format
| HEX | #a7e9da |
| RGB | rgb(167, 233, 218) |
| HSL | hsl(166, 60%, 78%) |
| CMYK | cmyk(28%, 0%, 6%, 9%) |
| LAB | lab(87.8 -23.8 0.6) |
| LCH | lch(87.8 23.8 178.5) |
| OKLCH | oklch(0.886 0.070 178.9) |
Copy-ready code
/* CSS */
color: #a7e9da;
background-color: #a7e9da;
/* Tailwind (arbitrary) */
class="text-[#a7e9da] bg-[#a7e9da]"
/* SCSS */
$brand: #a7e9da;
/* SwiftUI */
Color(red: 0.655, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#a7e9da")Accessibility — WCAG contrast
Aa
#a7e9da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e9da on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green91.4%
Blue85.5%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#a7e9da text on a black background
contrast 15.31:1
Card sample
#a7e9da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e9da;
Background color
Panel with #a7e9da background
background-color: #a7e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e9da; background: linear-gradient(135deg, #a7e9da, #A7CCE9);