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