#b2adef
a light, vivid blue · warm · closest name: plum
RGB
178, 173, 239
HSL
245°, 67%, 81%
CMYK
26, 28, 0, 6
Luminance
0.4558
Every format
| HEX | #b2adef |
| RGB | rgb(178, 173, 239) |
| HSL | hsl(245, 67%, 81%) |
| CMYK | cmyk(26%, 28%, 0%, 6%) |
| LAB | lab(73.3 15.8 -32.3) |
| LCH | lch(73.3 35.9 296.1) |
| OKLCH | oklch(0.776 0.093 287.5) |
Copy-ready code
/* CSS */
color: #b2adef;
background-color: #b2adef;
/* Tailwind (arbitrary) */
class="text-[#b2adef] bg-[#b2adef]"
/* SCSS */
$brand: #b2adef;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#b2adef")Accessibility — WCAG contrast
Aa
#b2adef on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adef on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan25.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#b2adef text on a black background
contrast 10.12:1
Card sample
#b2adef text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adef;
Background color
Panel with #b2adef background
background-color: #b2adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adef; background: linear-gradient(135deg, #b2adef, #DEADEF);