#b7adff
a light, electric blue · warm · closest name: plum
RGB
183, 173, 255
HSL
247°, 100%, 84%
CMYK
28, 32, 0, 0
Luminance
0.4717
Every format
| HEX | #b7adff |
| RGB | rgb(183, 173, 255) |
| HSL | hsl(247, 100%, 84%) |
| CMYK | cmyk(28%, 32%, 0%, 0%) |
| LAB | lab(74.3 21.1 -39.3) |
| LCH | lch(74.3 44.6 298.2) |
| OKLCH | oklch(0.787 0.116 289.0) |
Copy-ready code
/* CSS */
color: #b7adff;
background-color: #b7adff;
/* Tailwind (arbitrary) */
class="text-[#b7adff] bg-[#b7adff]"
/* SCSS */
$brand: #b7adff;
/* SwiftUI */
Color(red: 0.718, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#b7adff")Accessibility — WCAG contrast
Aa
#b7adff on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7adff on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.8%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b7adff text on a black background
contrast 10.43:1
Card sample
#b7adff text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7adff;
Background color
Panel with #b7adff background
background-color: #b7adff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7adff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7adff; background: linear-gradient(135deg, #b7adff, #EEADFF);