#a7dfee
a light, vivid cyan · cool · closest name: skyblue
RGB
167, 223, 238
HSL
193°, 68%, 79%
CMYK
30, 6, 0, 7
Luminance
0.6716
Every format
| HEX | #a7dfee |
| RGB | rgb(167, 223, 238) |
| HSL | hsl(193, 68%, 79%) |
| CMYK | cmyk(30%, 6%, 0%, 7%) |
| LAB | lab(85.6 -14.4 -13.1) |
| LCH | lch(85.6 19.4 222.4) |
| OKLCH | oklch(0.870 0.061 216.1) |
Copy-ready code
/* CSS */
color: #a7dfee;
background-color: #a7dfee;
/* Tailwind (arbitrary) */
class="text-[#a7dfee] bg-[#a7dfee]"
/* SCSS */
$brand: #a7dfee;
/* SwiftUI */
Color(red: 0.655, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#a7dfee")Accessibility — WCAG contrast
Aa
#a7dfee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7dfee on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green87.5%
Blue93.3%
CMYK percentages
Cyan29.8%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#a7dfee text on a black background
contrast 14.43:1
Card sample
#a7dfee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7dfee;
Background color
Panel with #a7dfee background
background-color: #a7dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7dfee; background: linear-gradient(135deg, #a7dfee, #A7B0EE);