#a2cfd4
a light, soft cyan · cool · closest name: skyblue
RGB
162, 207, 212
HSL
186°, 37%, 73%
CMYK
24, 2, 0, 17
Luminance
0.5706
Every format
| HEX | #a2cfd4 |
| RGB | rgb(162, 207, 212) |
| HSL | hsl(186, 37%, 73%) |
| CMYK | cmyk(24%, 2%, 0%, 17%) |
| LAB | lab(80.2 -13.5 -7.3) |
| LCH | lch(80.2 15.4 208.3) |
| OKLCH | oklch(0.824 0.048 204.7) |
Copy-ready code
/* CSS */
color: #a2cfd4;
background-color: #a2cfd4;
/* Tailwind (arbitrary) */
class="text-[#a2cfd4] bg-[#a2cfd4]"
/* SCSS */
$brand: #a2cfd4;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#a2cfd4")Accessibility — WCAG contrast
Aa
#a2cfd4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfd4 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue83.1%
CMYK percentages
Cyan23.6%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#a2cfd4 text on a black background
contrast 12.41:1
Card sample
#a2cfd4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfd4;
Background color
Panel with #a2cfd4 background
background-color: #a2cfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfd4; background: linear-gradient(135deg, #a2cfd4, #A2AED4);