#b7adf0
a light, vivid blue · warm · closest name: plum
RGB
183, 173, 240
HSL
249°, 69%, 81%
CMYK
24, 28, 0, 6
Luminance
0.4625
Every format
| HEX | #b7adf0 |
| RGB | rgb(183, 173, 240) |
| HSL | hsl(249, 69%, 81%) |
| CMYK | cmyk(24%, 28%, 0%, 6%) |
| LAB | lab(73.7 17.5 -32.1) |
| LCH | lch(73.7 36.6 298.6) |
| OKLCH | oklch(0.780 0.095 290.9) |
Copy-ready code
/* CSS */
color: #b7adf0;
background-color: #b7adf0;
/* Tailwind (arbitrary) */
class="text-[#b7adf0] bg-[#b7adf0]"
/* SCSS */
$brand: #b7adf0;
/* SwiftUI */
Color(red: 0.718, green: 0.678, blue: 0.941)
/* Android */
Color.parseColor("#b7adf0")Accessibility — WCAG contrast
Aa
#b7adf0 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7adf0 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green67.8%
Blue94.1%
CMYK percentages
Cyan23.8%
Magenta27.9%
Yellow0.0%
Key (black)5.9%
Color previews
#b7adf0 text on a black background
contrast 10.25:1
Card sample
#b7adf0 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7adf0;
Background color
Panel with #b7adf0 background
background-color: #b7adf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7adf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 173, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 173, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7adf0; background: linear-gradient(135deg, #b7adf0, #E4ADF0);