#a2cfda
a light, soft cyan · cool · closest name: skyblue
RGB
162, 207, 218
HSL
192°, 43%, 75%
CMYK
26, 5, 0, 15
Luminance
0.5737
Every format
| HEX | #a2cfda |
| RGB | rgb(162, 207, 218) |
| HSL | hsl(192, 43%, 75%) |
| CMYK | cmyk(26%, 5%, 0%, 15%) |
| LAB | lab(80.4 -12.2 -10.3) |
| LCH | lch(80.4 15.9 220.1) |
| OKLCH | oklch(0.826 0.050 214.3) |
Copy-ready code
/* CSS */
color: #a2cfda;
background-color: #a2cfda;
/* Tailwind (arbitrary) */
class="text-[#a2cfda] bg-[#a2cfda]"
/* SCSS */
$brand: #a2cfda;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#a2cfda")Accessibility — WCAG contrast
Aa
#a2cfda on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfda on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan25.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#a2cfda text on a black background
contrast 12.47:1
Card sample
#a2cfda text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfda;
Background color
Panel with #a2cfda background
background-color: #a2cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfda; background: linear-gradient(135deg, #a2cfda, #A2AADA);