#a7b5ff
a light, electric blue · warm · closest name: plum
RGB
167, 181, 255
HSL
231°, 100%, 83%
CMYK
35, 29, 0, 0
Luminance
0.4848
Every format
| HEX | #a7b5ff |
| RGB | rgb(167, 181, 255) |
| HSL | hsl(231, 100%, 83%) |
| CMYK | cmyk(35%, 29%, 0%, 0%) |
| LAB | lab(75.1 12.2 -38.1) |
| LCH | lch(75.1 40.0 287.7) |
| OKLCH | oklch(0.790 0.107 275.5) |
Copy-ready code
/* CSS */
color: #a7b5ff;
background-color: #a7b5ff;
/* Tailwind (arbitrary) */
class="text-[#a7b5ff] bg-[#a7b5ff]"
/* SCSS */
$brand: #a7b5ff;
/* SwiftUI */
Color(red: 0.655, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#a7b5ff")Accessibility — WCAG contrast
Aa
#a7b5ff on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b5ff on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green71.0%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a7b5ff text on a black background
contrast 10.70:1
Card sample
#a7b5ff text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b5ff;
Background color
Panel with #a7b5ff background
background-color: #a7b5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b5ff; background: linear-gradient(135deg, #a7b5ff, #D4A7FF);