#a7dcf6
a light, electric cyan · cool · closest name: skyblue
RGB
167, 220, 246
HSL
200°, 81%, 81%
CMYK
32, 11, 0, 4
Luminance
0.6606
Every format
| HEX | #a7dcf6 |
| RGB | rgb(167, 220, 246) |
| HSL | hsl(200, 81%, 81%) |
| CMYK | cmyk(32%, 11%, 0%, 4%) |
| LAB | lab(85.0 -11.0 -18.2) |
| LCH | lch(85.0 21.2 238.9) |
| OKLCH | oklch(0.867 0.065 229.6) |
Copy-ready code
/* CSS */
color: #a7dcf6;
background-color: #a7dcf6;
/* Tailwind (arbitrary) */
class="text-[#a7dcf6] bg-[#a7dcf6]"
/* SCSS */
$brand: #a7dcf6;
/* SwiftUI */
Color(red: 0.655, green: 0.863, blue: 0.965)
/* Android */
Color.parseColor("#a7dcf6")Accessibility — WCAG contrast
Aa
#a7dcf6 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7dcf6 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green86.3%
Blue96.5%
CMYK percentages
Cyan32.1%
Magenta10.6%
Yellow0.0%
Key (black)3.5%
Color previews
#a7dcf6 text on a black background
contrast 14.21:1
Card sample
#a7dcf6 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7dcf6;
Background color
Panel with #a7dcf6 background
background-color: #a7dcf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7dcf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 220, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 220, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7dcf6; background: linear-gradient(135deg, #a7dcf6, #A7A8F6);