#a2dace
a light, soft cyan · cool · closest name: silver
RGB
162, 218, 206
HSL
167°, 43%, 75%
CMYK
26, 0, 6, 15
Luminance
0.6228
Every format
| HEX | #a2dace |
| RGB | rgb(162, 218, 206) |
| HSL | hsl(167, 43%, 75%) |
| CMYK | cmyk(26%, 0%, 6%, 15%) |
| LAB | lab(83.1 -20.4 0.1) |
| LCH | lch(83.1 20.4 179.7) |
| OKLCH | oklch(0.846 0.060 180.1) |
Copy-ready code
/* CSS */
color: #a2dace;
background-color: #a2dace;
/* Tailwind (arbitrary) */
class="text-[#a2dace] bg-[#a2dace]"
/* SCSS */
$brand: #a2dace;
/* SwiftUI */
Color(red: 0.635, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#a2dace")Accessibility — WCAG contrast
Aa
#a2dace on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dace on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#a2dace text on a black background
contrast 13.46:1
Card sample
#a2dace text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dace;
Background color
Panel with #a2dace background
background-color: #a2dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dace; background: linear-gradient(135deg, #a2dace, #A2C1DA);