#a3c4f7
a light, electric blue · cool · closest name: skyblue
RGB
163, 196, 247
HSL
216°, 84%, 80%
CMYK
34, 21, 0, 3
Luminance
0.5398
Every format
| HEX | #a3c4f7 |
| RGB | rgb(163, 196, 247) |
| HSL | hsl(216, 84%, 80%) |
| CMYK | cmyk(34%, 21%, 0%, 3%) |
| LAB | lab(78.5 0.8 -28.7) |
| LCH | lch(78.5 28.7 271.7) |
| OKLCH | oklch(0.814 0.081 259.0) |
Copy-ready code
/* CSS */
color: #a3c4f7;
background-color: #a3c4f7;
/* Tailwind (arbitrary) */
class="text-[#a3c4f7] bg-[#a3c4f7]"
/* SCSS */
$brand: #a3c4f7;
/* SwiftUI */
Color(red: 0.639, green: 0.769, blue: 0.969)
/* Android */
Color.parseColor("#a3c4f7")Accessibility — WCAG contrast
Aa
#a3c4f7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3c4f7 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green76.9%
Blue96.9%
CMYK percentages
Cyan34.0%
Magenta20.6%
Yellow0.0%
Key (black)3.1%
Color previews
#a3c4f7 text on a black background
contrast 11.80:1
Card sample
#a3c4f7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3c4f7;
Background color
Panel with #a3c4f7 background
background-color: #a3c4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3c4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 196, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 196, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3c4f7; background: linear-gradient(135deg, #a3c4f7, #BAA3F7);