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