#a7baf2
a light, vivid blue · cool · closest name: skyblue
RGB
167, 186, 242
HSL
225°, 74%, 80%
CMYK
31, 23, 0, 5
Luminance
0.4974
Every format
| HEX | #a7baf2 |
| RGB | rgb(167, 186, 242) |
| HSL | hsl(225, 74%, 80%) |
| CMYK | cmyk(31%, 23%, 0%, 5%) |
| LAB | lab(75.9 6.2 -29.9) |
| LCH | lch(75.9 30.5 281.6) |
| OKLCH | oklch(0.794 0.083 269.9) |
Copy-ready code
/* CSS */
color: #a7baf2;
background-color: #a7baf2;
/* Tailwind (arbitrary) */
class="text-[#a7baf2] bg-[#a7baf2]"
/* SCSS */
$brand: #a7baf2;
/* SwiftUI */
Color(red: 0.655, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#a7baf2")Accessibility — WCAG contrast
Aa
#a7baf2 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7baf2 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green72.9%
Blue94.9%
CMYK percentages
Cyan31.0%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#a7baf2 text on a black background
contrast 10.95:1
Card sample
#a7baf2 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7baf2;
Background color
Panel with #a7baf2 background
background-color: #a7baf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7baf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7baf2; background: linear-gradient(135deg, #a7baf2, #C6A7F2);