#a3eaf5
a light, electric cyan · cool · closest name: skyblue
RGB
163, 234, 245
HSL
188°, 80%, 80%
CMYK
34, 5, 0, 4
Luminance
0.7322
Every format
| HEX | #a3eaf5 |
| RGB | rgb(163, 234, 245) |
| HSL | hsl(188, 80%, 80%) |
| CMYK | cmyk(34%, 5%, 0%, 4%) |
| LAB | lab(88.5 -19.4 -12.4) |
| LCH | lch(88.5 23.0 212.6) |
| OKLCH | oklch(0.894 0.072 208.1) |
Copy-ready code
/* CSS */
color: #a3eaf5;
background-color: #a3eaf5;
/* Tailwind (arbitrary) */
class="text-[#a3eaf5] bg-[#a3eaf5]"
/* SCSS */
$brand: #a3eaf5;
/* SwiftUI */
Color(red: 0.639, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#a3eaf5")Accessibility — WCAG contrast
Aa
#a3eaf5 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eaf5 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green91.8%
Blue96.1%
CMYK percentages
Cyan33.5%
Magenta4.5%
Yellow0.0%
Key (black)3.9%
Color previews
#a3eaf5 text on a black background
contrast 15.64:1
Card sample
#a3eaf5 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eaf5;
Background color
Panel with #a3eaf5 background
background-color: #a3eaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 234, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 234, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eaf5; background: linear-gradient(135deg, #a3eaf5, #A3B3F5);