#a7ebfc
a light, electric cyan · cool · closest name: skyblue
RGB
167, 235, 252
HSL
192°, 93%, 82%
CMYK
34, 7, 0, 1
Luminance
0.7466
Every format
| HEX | #a7ebfc |
| RGB | rgb(167, 235, 252) |
| HSL | hsl(192, 93%, 82%) |
| CMYK | cmyk(34%, 7%, 0%, 1%) |
| LAB | lab(89.2 -17.1 -15.0) |
| LCH | lch(89.2 22.8 221.2) |
| OKLCH | oklch(0.900 0.072 215.0) |
Copy-ready code
/* CSS */
color: #a7ebfc;
background-color: #a7ebfc;
/* Tailwind (arbitrary) */
class="text-[#a7ebfc] bg-[#a7ebfc]"
/* SCSS */
$brand: #a7ebfc;
/* SwiftUI */
Color(red: 0.655, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#a7ebfc")Accessibility — WCAG contrast
Aa
#a7ebfc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ebfc on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green92.2%
Blue98.8%
CMYK percentages
Cyan33.7%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#a7ebfc text on a black background
contrast 15.93:1
Card sample
#a7ebfc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ebfc;
Background color
Panel with #a7ebfc background
background-color: #a7ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ebfc; background: linear-gradient(135deg, #a7ebfc, #A7B3FC);