#a7bdf8
a light, electric blue · cool · closest name: skyblue
RGB
167, 189, 248
HSL
224°, 85%, 81%
CMYK
33, 24, 0, 3
Luminance
0.5139
Every format
| HEX | #a7bdf8 |
| RGB | rgb(167, 189, 248) |
| HSL | hsl(224, 85%, 81%) |
| CMYK | cmyk(33%, 24%, 0%, 3%) |
| LAB | lab(76.9 6.0 -31.6) |
| LCH | lch(76.9 32.2 280.8) |
| OKLCH | oklch(0.803 0.087 268.6) |
Copy-ready code
/* CSS */
color: #a7bdf8;
background-color: #a7bdf8;
/* Tailwind (arbitrary) */
class="text-[#a7bdf8] bg-[#a7bdf8]"
/* SCSS */
$brand: #a7bdf8;
/* SwiftUI */
Color(red: 0.655, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#a7bdf8")Accessibility — WCAG contrast
Aa
#a7bdf8 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7bdf8 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green74.1%
Blue97.3%
CMYK percentages
Cyan32.7%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#a7bdf8 text on a black background
contrast 11.28:1
Card sample
#a7bdf8 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7bdf8;
Background color
Panel with #a7bdf8 background
background-color: #a7bdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7bdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7bdf8; background: linear-gradient(135deg, #a7bdf8, #C7A7F8);