#a7d2ff
a light, electric blue · cool · closest name: skyblue
RGB
167, 210, 255
HSL
211°, 100%, 83%
CMYK
35, 18, 0, 0
Luminance
0.6153
Every format
| HEX | #a7d2ff |
| RGB | rgb(167, 210, 255) |
| HSL | hsl(211, 100%, 83%) |
| CMYK | cmyk(35%, 18%, 0%, 0%) |
| LAB | lab(82.7 -3.5 -26.5) |
| LCH | lch(82.7 26.8 262.4) |
| OKLCH | oklch(0.849 0.078 249.9) |
Copy-ready code
/* CSS */
color: #a7d2ff;
background-color: #a7d2ff;
/* Tailwind (arbitrary) */
class="text-[#a7d2ff] bg-[#a7d2ff]"
/* SCSS */
$brand: #a7d2ff;
/* SwiftUI */
Color(red: 0.655, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#a7d2ff")Accessibility — WCAG contrast
Aa
#a7d2ff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7d2ff on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green82.4%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#a7d2ff text on a black background
contrast 13.31:1
Card sample
#a7d2ff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7d2ff;
Background color
Panel with #a7d2ff background
background-color: #a7d2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7d2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7d2ff; background: linear-gradient(135deg, #a7d2ff, #B7A7FF);