#a7cdf8
a light, electric blue · cool · closest name: skyblue
RGB
167, 205, 248
HSL
212°, 85%, 81%
CMYK
33, 17, 0, 3
Luminance
0.5866
Every format
| HEX | #a7cdf8 |
| RGB | rgb(167, 205, 248) |
| HSL | hsl(212, 85%, 81%) |
| CMYK | cmyk(33%, 17%, 0%, 3%) |
| LAB | lab(81.1 -2.6 -25.2) |
| LCH | lch(81.1 25.3 264.1) |
| OKLCH | oklch(0.836 0.073 251.8) |
Copy-ready code
/* CSS */
color: #a7cdf8;
background-color: #a7cdf8;
/* Tailwind (arbitrary) */
class="text-[#a7cdf8] bg-[#a7cdf8]"
/* SCSS */
$brand: #a7cdf8;
/* SwiftUI */
Color(red: 0.655, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#a7cdf8")Accessibility — WCAG contrast
Aa
#a7cdf8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cdf8 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.4%
Blue97.3%
CMYK percentages
Cyan32.7%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#a7cdf8 text on a black background
contrast 12.73:1
Card sample
#a7cdf8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cdf8;
Background color
Panel with #a7cdf8 background
background-color: #a7cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cdf8; background: linear-gradient(135deg, #a7cdf8, #B7A7F8);