#a7e4ff
a light, electric cyan · cool · closest name: skyblue
RGB
167, 228, 255
HSL
198°, 100%, 83%
CMYK
35, 11, 0, 0
Luminance
0.7092
Every format
| HEX | #a7e4ff |
| RGB | rgb(167, 228, 255) |
| HSL | hsl(198, 100%, 83%) |
| CMYK | cmyk(35%, 11%, 0%, 0%) |
| LAB | lab(87.5 -12.9 -19.3) |
| LCH | lch(87.5 23.2 236.2) |
| OKLCH | oklch(0.887 0.072 227.1) |
Copy-ready code
/* CSS */
color: #a7e4ff;
background-color: #a7e4ff;
/* Tailwind (arbitrary) */
class="text-[#a7e4ff] bg-[#a7e4ff]"
/* SCSS */
$brand: #a7e4ff;
/* SwiftUI */
Color(red: 0.655, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#a7e4ff")Accessibility — WCAG contrast
Aa
#a7e4ff on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e4ff on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green89.4%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#a7e4ff text on a black background
contrast 15.18:1
Card sample
#a7e4ff text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e4ff;
Background color
Panel with #a7e4ff background
background-color: #a7e4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e4ff; background: linear-gradient(135deg, #a7e4ff, #A7A9FF);