#a2cdcb
a light, soft cyan · cool · closest name: silver
RGB
162, 205, 203
HSL
177°, 30%, 72%
CMYK
21, 0, 1, 20
Luminance
0.5566
Every format
| HEX | #a2cdcb |
| RGB | rgb(162, 205, 203) |
| HSL | hsl(177, 30%, 72%) |
| CMYK | cmyk(21%, 0%, 1%, 20%) |
| LAB | lab(79.4 -14.5 -3.7) |
| LCH | lch(79.4 14.9 194.2) |
| OKLCH | oklch(0.817 0.045 192.8) |
Copy-ready code
/* CSS */
color: #a2cdcb;
background-color: #a2cdcb;
/* Tailwind (arbitrary) */
class="text-[#a2cdcb] bg-[#a2cdcb]"
/* SCSS */
$brand: #a2cdcb;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#a2cdcb")Accessibility — WCAG contrast
Aa
#a2cdcb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdcb on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue79.6%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#a2cdcb text on a black background
contrast 12.13:1
Card sample
#a2cdcb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdcb;
Background color
Panel with #a2cdcb background
background-color: #a2cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdcb; background: linear-gradient(135deg, #a2cdcb, #A2B2CD);