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