#a7ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 235, 223
HSL
169°, 63%, 79%
CMYK
29, 0, 5, 8
Luminance
0.7296
Every format
| HEX | #a7ebdf |
| RGB | rgb(167, 235, 223) |
| HSL | hsl(169, 63%, 79%) |
| CMYK | cmyk(29%, 0%, 5%, 8%) |
| LAB | lab(88.4 -23.7 -1.0) |
| LCH | lch(88.4 23.7 182.4) |
| OKLCH | oklch(0.891 0.070 182.5) |
Copy-ready code
/* CSS */
color: #a7ebdf;
background-color: #a7ebdf;
/* Tailwind (arbitrary) */
class="text-[#a7ebdf] bg-[#a7ebdf]"
/* SCSS */
$brand: #a7ebdf;
/* SwiftUI */
Color(red: 0.655, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#a7ebdf")Accessibility — WCAG contrast
Aa
#a7ebdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ebdf on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#a7ebdf text on a black background
contrast 15.59:1
Card sample
#a7ebdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ebdf;
Background color
Panel with #a7ebdf background
background-color: #a7ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ebdf; background: linear-gradient(135deg, #a7ebdf, #A7CAEB);