#b0aeee
a light, vivid blue · warm · closest name: plum
RGB
176, 174, 238
HSL
242°, 65%, 81%
CMYK
26, 27, 0, 7
Luminance
0.4568
Every format
| HEX | #b0aeee |
| RGB | rgb(176, 174, 238) |
| HSL | hsl(242, 65%, 81%) |
| CMYK | cmyk(26%, 27%, 0%, 7%) |
| LAB | lab(73.3 14.4 -31.7) |
| LCH | lch(73.3 34.8 294.5) |
| OKLCH | oklch(0.775 0.091 285.5) |
Copy-ready code
/* CSS */
color: #b0aeee;
background-color: #b0aeee;
/* Tailwind (arbitrary) */
class="text-[#b0aeee] bg-[#b0aeee]"
/* SCSS */
$brand: #b0aeee;
/* SwiftUI */
Color(red: 0.690, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#b0aeee")Accessibility — WCAG contrast
Aa
#b0aeee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0aeee on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.2%
Blue93.3%
CMYK percentages
Cyan26.1%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#b0aeee text on a black background
contrast 10.14:1
Card sample
#b0aeee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0aeee;
Background color
Panel with #b0aeee background
background-color: #b0aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0aeee; background: linear-gradient(135deg, #b0aeee, #DBAEEE);