#a7dfec
a light, vivid cyan · cool · closest name: skyblue
RGB
167, 223, 236
HSL
191°, 65%, 79%
CMYK
29, 6, 0, 8
Luminance
0.6705
Every format
| HEX | #a7dfec |
| RGB | rgb(167, 223, 236) |
| HSL | hsl(191, 65%, 79%) |
| CMYK | cmyk(29%, 6%, 0%, 8%) |
| LAB | lab(85.5 -14.8 -12.1) |
| LCH | lch(85.5 19.2 219.3) |
| OKLCH | oklch(0.870 0.060 213.6) |
Copy-ready code
/* CSS */
color: #a7dfec;
background-color: #a7dfec;
/* Tailwind (arbitrary) */
class="text-[#a7dfec] bg-[#a7dfec]"
/* SCSS */
$brand: #a7dfec;
/* SwiftUI */
Color(red: 0.655, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#a7dfec")Accessibility — WCAG contrast
Aa
#a7dfec on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7dfec on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green87.5%
Blue92.5%
CMYK percentages
Cyan29.2%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#a7dfec text on a black background
contrast 14.41:1
Card sample
#a7dfec text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7dfec;
Background color
Panel with #a7dfec background
background-color: #a7dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7dfec; background: linear-gradient(135deg, #a7dfec, #A7B1EC);