#b6adef
a light, vivid blue · warm · closest name: plum
RGB
182, 173, 239
HSL
248°, 67%, 81%
CMYK
24, 28, 0, 6
Luminance
0.4606
Every format
| HEX | #b6adef |
| RGB | rgb(182, 173, 239) |
| HSL | hsl(248, 67%, 81%) |
| CMYK | cmyk(24%, 28%, 0%, 6%) |
| LAB | lab(73.6 17.0 -31.8) |
| LCH | lch(73.6 36.0 298.1) |
| OKLCH | oklch(0.779 0.093 290.3) |
Copy-ready code
/* CSS */
color: #b6adef;
background-color: #b6adef;
/* Tailwind (arbitrary) */
class="text-[#b6adef] bg-[#b6adef]"
/* SCSS */
$brand: #b6adef;
/* SwiftUI */
Color(red: 0.714, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#b6adef")Accessibility — WCAG contrast
Aa
#b6adef on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6adef on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan23.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#b6adef text on a black background
contrast 10.21:1
Card sample
#b6adef text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6adef;
Background color
Panel with #b6adef background
background-color: #b6adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6adef; background: linear-gradient(135deg, #b6adef, #E2ADEF);