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