#a2eddf
a light, vivid cyan · cool · closest name: turquoise
RGB
162, 237, 223
HSL
169°, 68%, 78%
CMYK
32, 0, 6, 7
Luminance
0.7358
Every format
| HEX | #a2eddf |
| RGB | rgb(162, 237, 223) |
| HSL | hsl(169, 68%, 78%) |
| CMYK | cmyk(32%, 0%, 6%, 7%) |
| LAB | lab(88.7 -26.1 -0.6) |
| LCH | lch(88.7 26.1 181.3) |
| OKLCH | oklch(0.893 0.077 181.5) |
Copy-ready code
/* CSS */
color: #a2eddf;
background-color: #a2eddf;
/* Tailwind (arbitrary) */
class="text-[#a2eddf] bg-[#a2eddf]"
/* SCSS */
$brand: #a2eddf;
/* SwiftUI */
Color(red: 0.635, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#a2eddf")Accessibility — WCAG contrast
Aa
#a2eddf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eddf on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.9%
Blue87.5%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#a2eddf text on a black background
contrast 15.72:1
Card sample
#a2eddf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eddf;
Background color
Panel with #a2eddf background
background-color: #a2eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eddf; background: linear-gradient(135deg, #a2eddf, #A2C9ED);