#a7cdf6
a light, electric blue · cool · closest name: skyblue
RGB
167, 205, 246
HSL
211°, 81%, 81%
CMYK
32, 17, 0, 4
Luminance
0.5853
Every format
| HEX | #a7cdf6 |
| RGB | rgb(167, 205, 246) |
| HSL | hsl(211, 81%, 81%) |
| CMYK | cmyk(32%, 17%, 0%, 4%) |
| LAB | lab(81.0 -3.1 -24.2) |
| LCH | lch(81.0 24.4 262.7) |
| OKLCH | oklch(0.835 0.071 250.6) |
Copy-ready code
/* CSS */
color: #a7cdf6;
background-color: #a7cdf6;
/* Tailwind (arbitrary) */
class="text-[#a7cdf6] bg-[#a7cdf6]"
/* SCSS */
$brand: #a7cdf6;
/* SwiftUI */
Color(red: 0.655, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#a7cdf6")Accessibility — WCAG contrast
Aa
#a7cdf6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cdf6 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.4%
Blue96.5%
CMYK percentages
Cyan32.1%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#a7cdf6 text on a black background
contrast 12.71:1
Card sample
#a7cdf6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cdf6;
Background color
Panel with #a7cdf6 background
background-color: #a7cdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cdf6; background: linear-gradient(135deg, #a7cdf6, #B6A7F6);