#a7eade
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 234, 222
HSL
169°, 62%, 79%
CMYK
29, 0, 5, 8
Luminance
0.7234
Every format
| HEX | #a7eade |
| RGB | rgb(167, 234, 222) |
| HSL | hsl(169, 62%, 79%) |
| CMYK | cmyk(29%, 0%, 5%, 8%) |
| LAB | lab(88.1 -23.4 -0.9) |
| LCH | lch(88.1 23.4 182.2) |
| OKLCH | oklch(0.889 0.069 182.3) |
Copy-ready code
/* CSS */
color: #a7eade;
background-color: #a7eade;
/* Tailwind (arbitrary) */
class="text-[#a7eade] bg-[#a7eade]"
/* SCSS */
$brand: #a7eade;
/* SwiftUI */
Color(red: 0.655, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a7eade")Accessibility — WCAG contrast
Aa
#a7eade on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7eade on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green91.8%
Blue87.1%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a7eade text on a black background
contrast 15.47:1
Card sample
#a7eade text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7eade;
Background color
Panel with #a7eade background
background-color: #a7eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7eade; background: linear-gradient(135deg, #a7eade, #A7C9EA);