#a4f7ff
a light, electric cyan · cool · closest name: skyblue
RGB
164, 247, 255
HSL
185°, 100%, 82%
CMYK
36, 3, 0, 0
Luminance
0.8163
Every format
| HEX | #a4f7ff |
| RGB | rgb(164, 247, 255) |
| HSL | hsl(185, 100%, 82%) |
| CMYK | cmyk(36%, 3%, 0%, 0%) |
| LAB | lab(92.4 -23.2 -11.8) |
| LCH | lch(92.4 26.0 207.0) |
| OKLCH | oklch(0.926 0.081 203.6) |
Copy-ready code
/* CSS */
color: #a4f7ff;
background-color: #a4f7ff;
/* Tailwind (arbitrary) */
class="text-[#a4f7ff] bg-[#a4f7ff]"
/* SCSS */
$brand: #a4f7ff;
/* SwiftUI */
Color(red: 0.643, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#a4f7ff")Accessibility — WCAG contrast
Aa
#a4f7ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f7ff on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green96.9%
Blue100.0%
CMYK percentages
Cyan35.7%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#a4f7ff text on a black background
contrast 17.33:1
Card sample
#a4f7ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f7ff;
Background color
Panel with #a4f7ff background
background-color: #a4f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f7ff; background: linear-gradient(135deg, #a4f7ff, #A4BAFF);