#a2c2ff
a light, electric blue · cool · closest name: skyblue
RGB
162, 194, 255
HSL
219°, 100%, 82%
CMYK
37, 24, 0, 0
Luminance
0.5348
Every format
| HEX | #a2c2ff |
| RGB | rgb(162, 194, 255) |
| HSL | hsl(219, 100%, 82%) |
| CMYK | cmyk(37%, 24%, 0%, 0%) |
| LAB | lab(78.2 3.7 -33.5) |
| LCH | lch(78.2 33.6 276.3) |
| OKLCH | oklch(0.813 0.093 263.0) |
Copy-ready code
/* CSS */
color: #a2c2ff;
background-color: #a2c2ff;
/* Tailwind (arbitrary) */
class="text-[#a2c2ff] bg-[#a2c2ff]"
/* SCSS */
$brand: #a2c2ff;
/* SwiftUI */
Color(red: 0.635, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#a2c2ff")Accessibility — WCAG contrast
Aa
#a2c2ff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c2ff on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green76.1%
Blue100.0%
CMYK percentages
Cyan36.5%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a2c2ff text on a black background
contrast 11.70:1
Card sample
#a2c2ff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c2ff;
Background color
Panel with #a2c2ff background
background-color: #a2c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c2ff; background: linear-gradient(135deg, #a2c2ff, #C0A2FF);