#a7ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
167, 236, 253
HSL
192°, 96%, 82%
CMYK
34, 7, 0, 1
Luminance
0.7530
Every format
| HEX | #a7ecfd |
| RGB | rgb(167, 236, 253) |
| HSL | hsl(192, 96%, 82%) |
| CMYK | cmyk(34%, 7%, 0%, 1%) |
| LAB | lab(89.5 -17.4 -15.1) |
| LCH | lch(89.5 23.0 220.9) |
| OKLCH | oklch(0.903 0.072 214.8) |
Copy-ready code
/* CSS */
color: #a7ecfd;
background-color: #a7ecfd;
/* Tailwind (arbitrary) */
class="text-[#a7ecfd] bg-[#a7ecfd]"
/* SCSS */
$brand: #a7ecfd;
/* SwiftUI */
Color(red: 0.655, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#a7ecfd")Accessibility — WCAG contrast
Aa
#a7ecfd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ecfd on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.5%
Blue99.2%
CMYK percentages
Cyan34.0%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a7ecfd text on a black background
contrast 16.06:1
Card sample
#a7ecfd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ecfd;
Background color
Panel with #a7ecfd background
background-color: #a7ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ecfd; background: linear-gradient(135deg, #a7ecfd, #A7B3FD);