#a7b7ff
a light, electric blue · warm · closest name: plum
RGB
167, 183, 255
HSL
229°, 100%, 83%
CMYK
35, 28, 0, 0
Luminance
0.4930
Every format
| HEX | #a7b7ff |
| RGB | rgb(167, 183, 255) |
| HSL | hsl(229, 100%, 83%) |
| CMYK | cmyk(35%, 28%, 0%, 0%) |
| LAB | lab(75.6 11.1 -37.3) |
| LCH | lch(75.6 38.9 286.5) |
| OKLCH | oklch(0.794 0.104 274.2) |
Copy-ready code
/* CSS */
color: #a7b7ff;
background-color: #a7b7ff;
/* Tailwind (arbitrary) */
class="text-[#a7b7ff] bg-[#a7b7ff]"
/* SCSS */
$brand: #a7b7ff;
/* SwiftUI */
Color(red: 0.655, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#a7b7ff")Accessibility — WCAG contrast
Aa
#a7b7ff on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7b7ff on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green71.8%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a7b7ff text on a black background
contrast 10.86:1
Card sample
#a7b7ff text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7b7ff;
Background color
Panel with #a7b7ff background
background-color: #a7b7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7b7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7b7ff; background: linear-gradient(135deg, #a7b7ff, #D2A7FF);