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