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