#a7cefd
a light, electric blue · cool · closest name: skyblue
RGB
167, 206, 253
HSL
213°, 96%, 82%
CMYK
34, 19, 0, 1
Luminance
0.5945
Every format
| HEX | #a7cefd |
| RGB | rgb(167, 206, 253) |
| HSL | hsl(213, 96%, 82%) |
| CMYK | cmyk(34%, 19%, 0%, 1%) |
| LAB | lab(81.5 -1.9 -27.2) |
| LCH | lch(81.5 27.2 266.0) |
| OKLCH | oklch(0.840 0.078 253.4) |
Copy-ready code
/* CSS */
color: #a7cefd;
background-color: #a7cefd;
/* Tailwind (arbitrary) */
class="text-[#a7cefd] bg-[#a7cefd]"
/* SCSS */
$brand: #a7cefd;
/* SwiftUI */
Color(red: 0.655, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#a7cefd")Accessibility — WCAG contrast
Aa
#a7cefd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cefd on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a7cefd text on a black background
contrast 12.89:1
Card sample
#a7cefd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cefd;
Background color
Panel with #a7cefd background
background-color: #a7cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cefd; background: linear-gradient(135deg, #a7cefd, #BAA7FD);