#a7caf6
a light, electric blue · cool · closest name: skyblue
RGB
167, 202, 246
HSL
213°, 81%, 81%
CMYK
32, 18, 0, 4
Luminance
0.5711
Every format
| HEX | #a7caf6 |
| RGB | rgb(167, 202, 246) |
| HSL | hsl(213, 81%, 81%) |
| CMYK | cmyk(32%, 18%, 0%, 4%) |
| LAB | lab(80.2 -1.5 -25.4) |
| LCH | lch(80.2 25.5 266.6) |
| OKLCH | oklch(0.829 0.073 254.4) |
Copy-ready code
/* CSS */
color: #a7caf6;
background-color: #a7caf6;
/* Tailwind (arbitrary) */
class="text-[#a7caf6] bg-[#a7caf6]"
/* SCSS */
$brand: #a7caf6;
/* SwiftUI */
Color(red: 0.655, green: 0.792, blue: 0.965)
/* Android */
Color.parseColor("#a7caf6")Accessibility — WCAG contrast
Aa
#a7caf6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7caf6 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green79.2%
Blue96.5%
CMYK percentages
Cyan32.1%
Magenta17.9%
Yellow0.0%
Key (black)3.5%
Color previews
#a7caf6 text on a black background
contrast 12.42:1
Card sample
#a7caf6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7caf6;
Background color
Panel with #a7caf6 background
background-color: #a7caf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7caf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 202, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 202, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7caf6; background: linear-gradient(135deg, #a7caf6, #B9A7F6);