#a4d7eb
a light, vivid cyan · cool · closest name: skyblue
RGB
164, 215, 235
HSL
197°, 64%, 78%
CMYK
30, 9, 0, 8
Luminance
0.6249
Every format
| HEX | #a4d7eb |
| RGB | rgb(164, 215, 235) |
| HSL | hsl(197, 64%, 78%) |
| CMYK | cmyk(30%, 9%, 0%, 8%) |
| LAB | lab(83.2 -11.8 -15.1) |
| LCH | lch(83.2 19.2 232.0) |
| OKLCH | oklch(0.850 0.060 224.0) |
Copy-ready code
/* CSS */
color: #a4d7eb;
background-color: #a4d7eb;
/* Tailwind (arbitrary) */
class="text-[#a4d7eb] bg-[#a4d7eb]"
/* SCSS */
$brand: #a4d7eb;
/* SwiftUI */
Color(red: 0.643, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#a4d7eb")Accessibility — WCAG contrast
Aa
#a4d7eb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4d7eb on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green84.3%
Blue92.2%
CMYK percentages
Cyan30.2%
Magenta8.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a4d7eb text on a black background
contrast 13.50:1
Card sample
#a4d7eb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4d7eb;
Background color
Panel with #a4d7eb background
background-color: #a4d7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4d7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4d7eb; background: linear-gradient(135deg, #a4d7eb, #A4A8EB);