#a2d2cd
a light, soft cyan · cool · closest name: silver
RGB
162, 210, 205
HSL
174°, 35%, 73%
CMYK
23, 0, 2, 18
Luminance
0.5818
Every format
| HEX | #a2d2cd |
| RGB | rgb(162, 210, 205) |
| HSL | hsl(174, 35%, 73%) |
| CMYK | cmyk(23%, 0%, 2%, 18%) |
| LAB | lab(80.8 -16.6 -2.6) |
| LCH | lch(80.8 16.8 189.0) |
| OKLCH | oklch(0.829 0.051 188.3) |
Copy-ready code
/* CSS */
color: #a2d2cd;
background-color: #a2d2cd;
/* Tailwind (arbitrary) */
class="text-[#a2d2cd] bg-[#a2d2cd]"
/* SCSS */
$brand: #a2d2cd;
/* SwiftUI */
Color(red: 0.635, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#a2d2cd")Accessibility — WCAG contrast
Aa
#a2d2cd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d2cd on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green82.4%
Blue80.4%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#a2d2cd text on a black background
contrast 12.64:1
Card sample
#a2d2cd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d2cd;
Background color
Panel with #a2d2cd background
background-color: #a2d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d2cd; background: linear-gradient(135deg, #a2d2cd, #A2B7D2);