#a7ceff
a light, electric blue · cool · closest name: skyblue
RGB
167, 206, 255
HSL
213°, 100%, 83%
CMYK
35, 19, 0, 0
Luminance
0.5958
Every format
| HEX | #a7ceff |
| RGB | rgb(167, 206, 255) |
| HSL | hsl(213, 100%, 83%) |
| CMYK | cmyk(35%, 19%, 0%, 0%) |
| LAB | lab(81.6 -1.4 -28.1) |
| LCH | lch(81.6 28.2 267.1) |
| OKLCH | oklch(0.841 0.081 254.4) |
Copy-ready code
/* CSS */
color: #a7ceff;
background-color: #a7ceff;
/* Tailwind (arbitrary) */
class="text-[#a7ceff] bg-[#a7ceff]"
/* SCSS */
$brand: #a7ceff;
/* SwiftUI */
Color(red: 0.655, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#a7ceff")Accessibility — WCAG contrast
Aa
#a7ceff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ceff on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.8%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a7ceff text on a black background
contrast 12.92:1
Card sample
#a7ceff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ceff;
Background color
Panel with #a7ceff background
background-color: #a7ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ceff; background: linear-gradient(135deg, #a7ceff, #BAA7FF);