#a2cfd3
a light, soft cyan · cool · closest name: skyblue
RGB
162, 207, 211
HSL
185°, 36%, 73%
CMYK
23, 2, 0, 17
Luminance
0.5701
Every format
| HEX | #a2cfd3 |
| RGB | rgb(162, 207, 211) |
| HSL | hsl(185, 36%, 73%) |
| CMYK | cmyk(23%, 2%, 0%, 17%) |
| LAB | lab(80.2 -13.8 -6.8) |
| LCH | lch(80.2 15.3 206.3) |
| OKLCH | oklch(0.824 0.047 203.0) |
Copy-ready code
/* CSS */
color: #a2cfd3;
background-color: #a2cfd3;
/* Tailwind (arbitrary) */
class="text-[#a2cfd3] bg-[#a2cfd3]"
/* SCSS */
$brand: #a2cfd3;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#a2cfd3")Accessibility — WCAG contrast
Aa
#a2cfd3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfd3 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue82.7%
CMYK percentages
Cyan23.2%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#a2cfd3 text on a black background
contrast 12.40:1
Card sample
#a2cfd3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfd3;
Background color
Panel with #a2cfd3 background
background-color: #a2cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfd3; background: linear-gradient(135deg, #a2cfd3, #A2AED3);