#b2adec
a light, vivid blue · warm · closest name: plum
RGB
178, 173, 236
HSL
245°, 62%, 80%
CMYK
25, 27, 0, 8
Luminance
0.4541
Every format
| HEX | #b2adec |
| RGB | rgb(178, 173, 236) |
| HSL | hsl(245, 62%, 80%) |
| CMYK | cmyk(25%, 27%, 0%, 8%) |
| LAB | lab(73.2 15.1 -30.8) |
| LCH | lch(73.2 34.3 296.1) |
| OKLCH | oklch(0.774 0.089 287.8) |
Copy-ready code
/* CSS */
color: #b2adec;
background-color: #b2adec;
/* Tailwind (arbitrary) */
class="text-[#b2adec] bg-[#b2adec]"
/* SCSS */
$brand: #b2adec;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.925)
/* Android */
Color.parseColor("#b2adec")Accessibility — WCAG contrast
Aa
#b2adec on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adec on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue92.5%
CMYK percentages
Cyan24.6%
Magenta26.7%
Yellow0.0%
Key (black)7.5%
Color previews
#b2adec text on a black background
contrast 10.08:1
Card sample
#b2adec text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adec;
Background color
Panel with #b2adec background
background-color: #b2adec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adec; background: linear-gradient(135deg, #b2adec, #DCADEC);