#a7cdec
a light, vivid blue · cool · closest name: skyblue
RGB
167, 205, 236
HSL
207°, 65%, 79%
CMYK
29, 13, 0, 8
Luminance
0.5793
Every format
| HEX | #a7cdec |
| RGB | rgb(167, 205, 236) |
| HSL | hsl(207, 65%, 79%) |
| CMYK | cmyk(29%, 13%, 0%, 8%) |
| LAB | lab(80.7 -5.5 -19.4) |
| LCH | lch(80.7 20.1 254.1) |
| OKLCH | oklch(0.831 0.059 243.1) |
Copy-ready code
/* CSS */
color: #a7cdec;
background-color: #a7cdec;
/* Tailwind (arbitrary) */
class="text-[#a7cdec] bg-[#a7cdec]"
/* SCSS */
$brand: #a7cdec;
/* SwiftUI */
Color(red: 0.655, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#a7cdec")Accessibility — WCAG contrast
Aa
#a7cdec on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cdec on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.4%
Blue92.5%
CMYK percentages
Cyan29.2%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#a7cdec text on a black background
contrast 12.59:1
Card sample
#a7cdec text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cdec;
Background color
Panel with #a7cdec background
background-color: #a7cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cdec; background: linear-gradient(135deg, #a7cdec, #AFA7EC);