#a2ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 235, 253
HSL
192°, 96%, 81%
CMYK
36, 7, 0, 1
Luminance
0.7419
Every format
| HEX | #a2ebfd |
| RGB | rgb(162, 235, 253) |
| HSL | hsl(192, 96%, 81%) |
| CMYK | cmyk(36%, 7%, 0%, 1%) |
| LAB | lab(89.0 -18.2 -15.9) |
| LCH | lch(89.0 24.2 221.1) |
| OKLCH | oklch(0.898 0.076 214.9) |
Copy-ready code
/* CSS */
color: #a2ebfd;
background-color: #a2ebfd;
/* Tailwind (arbitrary) */
class="text-[#a2ebfd] bg-[#a2ebfd]"
/* SCSS */
$brand: #a2ebfd;
/* SwiftUI */
Color(red: 0.635, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#a2ebfd")Accessibility — WCAG contrast
Aa
#a2ebfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ebfd on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#a2ebfd text on a black background
contrast 15.84:1
Card sample
#a2ebfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ebfd;
Background color
Panel with #a2ebfd background
background-color: #a2ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ebfd; background: linear-gradient(135deg, #a2ebfd, #A2AEFD);