#a4f2ff
a light, electric cyan · cool · closest name: skyblue
RGB
164, 242, 255
HSL
189°, 100%, 82%
CMYK
36, 5, 0, 0
Luminance
0.7862
Every format
| HEX | #a4f2ff |
| RGB | rgb(164, 242, 255) |
| HSL | hsl(189, 100%, 82%) |
| CMYK | cmyk(36%, 5%, 0%, 0%) |
| LAB | lab(91.1 -20.7 -13.8) |
| LCH | lch(91.1 24.9 213.8) |
| OKLCH | oklch(0.915 0.078 209.0) |
Copy-ready code
/* CSS */
color: #a4f2ff;
background-color: #a4f2ff;
/* Tailwind (arbitrary) */
class="text-[#a4f2ff] bg-[#a4f2ff]"
/* SCSS */
$brand: #a4f2ff;
/* SwiftUI */
Color(red: 0.643, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#a4f2ff")Accessibility — WCAG contrast
Aa
#a4f2ff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f2ff on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green94.9%
Blue100.0%
CMYK percentages
Cyan35.7%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#a4f2ff text on a black background
contrast 16.72:1
Card sample
#a4f2ff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f2ff;
Background color
Panel with #a4f2ff background
background-color: #a4f2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f2ff; background: linear-gradient(135deg, #a4f2ff, #A4B5FF);