#a4f2fd
a light, electric cyan · cool · closest name: skyblue
RGB
164, 242, 253
HSL
187°, 96%, 82%
CMYK
35, 4, 0, 1
Luminance
0.7849
Every format
| HEX | #a4f2fd |
| RGB | rgb(164, 242, 253) |
| HSL | hsl(187, 96%, 82%) |
| CMYK | cmyk(35%, 4%, 0%, 1%) |
| LAB | lab(91.0 -21.2 -12.9) |
| LCH | lch(91.0 24.8 211.3) |
| OKLCH | oklch(0.914 0.078 207.0) |
Copy-ready code
/* CSS */
color: #a4f2fd;
background-color: #a4f2fd;
/* Tailwind (arbitrary) */
class="text-[#a4f2fd] bg-[#a4f2fd]"
/* SCSS */
$brand: #a4f2fd;
/* SwiftUI */
Color(red: 0.643, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#a4f2fd")Accessibility — WCAG contrast
Aa
#a4f2fd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4f2fd on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green94.9%
Blue99.2%
CMYK percentages
Cyan35.2%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a4f2fd text on a black background
contrast 16.70:1
Card sample
#a4f2fd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4f2fd;
Background color
Panel with #a4f2fd background
background-color: #a4f2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4f2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4f2fd; background: linear-gradient(135deg, #a4f2fd, #A4B7FD);