#a2f0fd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 240, 253
HSL
189°, 96%, 81%
CMYK
36, 5, 0, 1
Luminance
0.7709
Every format
| HEX | #a2f0fd |
| RGB | rgb(162, 240, 253) |
| HSL | hsl(189, 96%, 81%) |
| CMYK | cmyk(36%, 5%, 0%, 1%) |
| LAB | lab(90.4 -20.7 -13.8) |
| LCH | lch(90.4 24.9 213.8) |
| OKLCH | oklch(0.909 0.078 209.0) |
Copy-ready code
/* CSS */
color: #a2f0fd;
background-color: #a2f0fd;
/* Tailwind (arbitrary) */
class="text-[#a2f0fd] bg-[#a2f0fd]"
/* SCSS */
$brand: #a2f0fd;
/* SwiftUI */
Color(red: 0.635, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#a2f0fd")Accessibility — WCAG contrast
Aa
#a2f0fd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f0fd on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green94.1%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a2f0fd text on a black background
contrast 16.42:1
Card sample
#a2f0fd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f0fd;
Background color
Panel with #a2f0fd background
background-color: #a2f0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f0fd; background: linear-gradient(135deg, #a2f0fd, #A2B3FD);