#b4beee
a light, vivid blue · warm · closest name: lavender
RGB
180, 190, 238
HSL
230°, 63%, 82%
CMYK
24, 20, 0, 7
Luminance
0.5270
Every format
| HEX | #b4beee |
| RGB | rgb(180, 190, 238) |
| HSL | hsl(230, 63%, 82%) |
| CMYK | cmyk(24%, 20%, 0%, 7%) |
| LAB | lab(77.7 6.8 -24.9) |
| LCH | lch(77.7 25.9 285.3) |
| OKLCH | oklch(0.810 0.069 275.6) |
Copy-ready code
/* CSS */
color: #b4beee;
background-color: #b4beee;
/* Tailwind (arbitrary) */
class="text-[#b4beee] bg-[#b4beee]"
/* SCSS */
$brand: #b4beee;
/* SwiftUI */
Color(red: 0.706, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#b4beee")Accessibility — WCAG contrast
Aa
#b4beee on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4beee on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan24.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b4beee text on a black background
contrast 11.54:1
Card sample
#b4beee text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4beee;
Background color
Panel with #b4beee background
background-color: #b4beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4beee; background: linear-gradient(135deg, #b4beee, #D1B4EE);