#a4dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
164, 223, 235
HSL
190°, 64%, 78%
CMYK
30, 5, 0, 8
Luminance
0.6667
Every format
| HEX | #a4dfeb |
| RGB | rgb(164, 223, 235) |
| HSL | hsl(190, 64%, 78%) |
| CMYK | cmyk(30%, 5%, 0%, 8%) |
| LAB | lab(85.3 -15.9 -11.9) |
| LCH | lch(85.3 19.9 216.8) |
| OKLCH | oklch(0.867 0.062 211.6) |
Copy-ready code
/* CSS */
color: #a4dfeb;
background-color: #a4dfeb;
/* Tailwind (arbitrary) */
class="text-[#a4dfeb] bg-[#a4dfeb]"
/* SCSS */
$brand: #a4dfeb;
/* SwiftUI */
Color(red: 0.643, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#a4dfeb")Accessibility — WCAG contrast
Aa
#a4dfeb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4dfeb on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green87.5%
Blue92.2%
CMYK percentages
Cyan30.2%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#a4dfeb text on a black background
contrast 14.33:1
Card sample
#a4dfeb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4dfeb;
Background color
Panel with #a4dfeb background
background-color: #a4dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4dfeb; background: linear-gradient(135deg, #a4dfeb, #A4B0EB);