#a2cfff
a light, electric blue · cool · closest name: skyblue
RGB
162, 207, 255
HSL
211°, 100%, 82%
CMYK
37, 19, 0, 0
Luminance
0.5953
Every format
| HEX | #a2cfff |
| RGB | rgb(162, 207, 255) |
| HSL | hsl(211, 100%, 82%) |
| CMYK | cmyk(37%, 19%, 0%, 0%) |
| LAB | lab(81.6 -3.3 -28.2) |
| LCH | lch(81.6 28.4 263.3) |
| OKLCH | oklch(0.840 0.083 250.5) |
Copy-ready code
/* CSS */
color: #a2cfff;
background-color: #a2cfff;
/* Tailwind (arbitrary) */
class="text-[#a2cfff] bg-[#a2cfff]"
/* SCSS */
$brand: #a2cfff;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#a2cfff")Accessibility — WCAG contrast
Aa
#a2cfff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cfff on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue100.0%
CMYK percentages
Cyan36.5%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a2cfff text on a black background
contrast 12.91:1
Card sample
#a2cfff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cfff;
Background color
Panel with #a2cfff background
background-color: #a2cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cfff; background: linear-gradient(135deg, #a2cfff, #B3A2FF);