#a7c3eb
a light, vivid blue · cool · closest name: skyblue
RGB
167, 195, 235
HSL
215°, 63%, 79%
CMYK
29, 17, 0, 8
Luminance
0.5324
Every format
| HEX | #a7c3eb |
| RGB | rgb(167, 195, 235) |
| HSL | hsl(215, 63%, 79%) |
| CMYK | cmyk(29%, 17%, 0%, 8%) |
| LAB | lab(78.0 -0.4 -22.9) |
| LCH | lch(78.0 22.9 268.9) |
| OKLCH | oklch(0.810 0.065 257.3) |
Copy-ready code
/* CSS */
color: #a7c3eb;
background-color: #a7c3eb;
/* Tailwind (arbitrary) */
class="text-[#a7c3eb] bg-[#a7c3eb]"
/* SCSS */
$brand: #a7c3eb;
/* SwiftUI */
Color(red: 0.655, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#a7c3eb")Accessibility — WCAG contrast
Aa
#a7c3eb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c3eb on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green76.5%
Blue92.2%
CMYK percentages
Cyan28.9%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#a7c3eb text on a black background
contrast 11.65:1
Card sample
#a7c3eb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c3eb;
Background color
Panel with #a7c3eb background
background-color: #a7c3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c3eb; background: linear-gradient(135deg, #a7c3eb, #B8A7EB);