#a2cfd8
a light, soft cyan · cool · closest name: skyblue
RGB
162, 207, 216
HSL
190°, 41%, 74%
CMYK
25, 4, 0, 15
Luminance
0.5726
Every format
| HEX | #a2cfd8 |
| RGB | rgb(162, 207, 216) |
| HSL | hsl(190, 41%, 74%) |
| CMYK | cmyk(25%, 4%, 0%, 15%) |
| LAB | lab(80.3 -12.6 -9.3) |
| LCH | lch(80.3 15.7 216.3) |
| OKLCH | oklch(0.826 0.049 211.2) |
Copy-ready code
/* CSS */
color: #a2cfd8;
background-color: #a2cfd8;
/* Tailwind (arbitrary) */
class="text-[#a2cfd8] bg-[#a2cfd8]"
/* SCSS */
$brand: #a2cfd8;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#a2cfd8")Accessibility — WCAG contrast
Aa
#a2cfd8 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfd8 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue84.7%
CMYK percentages
Cyan25.0%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#a2cfd8 text on a black background
contrast 12.45:1
Card sample
#a2cfd8 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfd8;
Background color
Panel with #a2cfd8 background
background-color: #a2cfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfd8; background: linear-gradient(135deg, #a2cfd8, #A2ABD8);