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