#a2dbc9
a light, soft cyan · cool · closest name: silver
RGB
162, 219, 201
HSL
161°, 44%, 75%
CMYK
26, 0, 8, 14
Luminance
0.6256
Every format
| HEX | #a2dbc9 |
| RGB | rgb(162, 219, 201) |
| HSL | hsl(161, 44%, 75%) |
| CMYK | cmyk(26%, 0%, 8%, 14%) |
| LAB | lab(83.2 -21.9 3.0) |
| LCH | lch(83.2 22.1 172.3) |
| OKLCH | oklch(0.847 0.064 173.2) |
Copy-ready code
/* CSS */
color: #a2dbc9;
background-color: #a2dbc9;
/* Tailwind (arbitrary) */
class="text-[#a2dbc9] bg-[#a2dbc9]"
/* SCSS */
$brand: #a2dbc9;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#a2dbc9")Accessibility — WCAG contrast
Aa
#a2dbc9 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2dbc9 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue78.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#a2dbc9 text on a black background
contrast 13.51:1
Card sample
#a2dbc9 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2dbc9;
Background color
Panel with #a2dbc9 background
background-color: #a2dbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2dbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2dbc9; background: linear-gradient(135deg, #a2dbc9, #A2C7DB);