#a2dcd2
a light, vivid cyan · cool · closest name: silver
RGB
162, 220, 210
HSL
170°, 45%, 75%
CMYK
26, 0, 5, 14
Luminance
0.6352
Every format
| HEX | #a2dcd2 |
| RGB | rgb(162, 220, 210) |
| HSL | hsl(170, 45%, 75%) |
| CMYK | cmyk(26%, 0%, 5%, 14%) |
| LAB | lab(83.7 -20.5 -1.1) |
| LCH | lch(83.7 20.6 183.0) |
| OKLCH | oklch(0.852 0.061 183.0) |
Copy-ready code
/* CSS */
color: #a2dcd2;
background-color: #a2dcd2;
/* Tailwind (arbitrary) */
class="text-[#a2dcd2] bg-[#a2dcd2]"
/* SCSS */
$brand: #a2dcd2;
/* SwiftUI */
Color(red: 0.635, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#a2dcd2")Accessibility — WCAG contrast
Aa
#a2dcd2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dcd2 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green86.3%
Blue82.4%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#a2dcd2 text on a black background
contrast 13.70:1
Card sample
#a2dcd2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dcd2;
Background color
Panel with #a2dcd2 background
background-color: #a2dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dcd2; background: linear-gradient(135deg, #a2dcd2, #A2BFDC);