#b2beee
a light, vivid blue · warm · closest name: lavender
RGB
178, 190, 238
HSL
228°, 64%, 82%
CMYK
25, 20, 0, 7
Luminance
0.5246
Every format
| HEX | #b2beee |
| RGB | rgb(178, 190, 238) |
| HSL | hsl(228, 64%, 82%) |
| CMYK | cmyk(25%, 20%, 0%, 7%) |
| LAB | lab(77.6 6.2 -25.2) |
| LCH | lch(77.6 25.9 283.8) |
| OKLCH | oklch(0.809 0.069 273.8) |
Copy-ready code
/* CSS */
color: #b2beee;
background-color: #b2beee;
/* Tailwind (arbitrary) */
class="text-[#b2beee] bg-[#b2beee]"
/* SCSS */
$brand: #b2beee;
/* SwiftUI */
Color(red: 0.698, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#b2beee")Accessibility — WCAG contrast
Aa
#b2beee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2beee on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b2beee text on a black background
contrast 11.49:1
Card sample
#b2beee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2beee;
Background color
Panel with #b2beee background
background-color: #b2beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2beee; background: linear-gradient(135deg, #b2beee, #CEB2EE);