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