#a2cdfb
a light, electric blue · cool · closest name: skyblue
RGB
162, 205, 251
HSL
211°, 92%, 81%
CMYK
36, 18, 0, 2
Luminance
0.5831
Every format
| HEX | #a2cdfb |
| RGB | rgb(162, 205, 251) |
| HSL | hsl(211, 92%, 81%) |
| CMYK | cmyk(36%, 18%, 0%, 2%) |
| LAB | lab(80.9 -3.2 -27.1) |
| LCH | lch(80.9 27.3 263.2) |
| OKLCH | oklch(0.834 0.079 250.5) |
Copy-ready code
/* CSS */
color: #a2cdfb;
background-color: #a2cdfb;
/* Tailwind (arbitrary) */
class="text-[#a2cdfb] bg-[#a2cdfb]"
/* SCSS */
$brand: #a2cdfb;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#a2cdfb")Accessibility — WCAG contrast
Aa
#a2cdfb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdfb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan35.5%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#a2cdfb text on a black background
contrast 12.66:1
Card sample
#a2cdfb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdfb;
Background color
Panel with #a2cdfb background
background-color: #a2cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdfb; background: linear-gradient(135deg, #a2cdfb, #B2A2FB);