#b7beee
a light, vivid blue · warm · closest name: lavender
RGB
183, 190, 238
HSL
232°, 62%, 83%
CMYK
23, 20, 0, 7
Luminance
0.5307
Every format
| HEX | #b7beee |
| RGB | rgb(183, 190, 238) |
| HSL | hsl(232, 62%, 83%) |
| CMYK | cmyk(23%, 20%, 0%, 7%) |
| LAB | lab(77.9 7.7 -24.6) |
| LCH | lch(77.9 25.8 287.4) |
| OKLCH | oklch(0.812 0.068 278.3) |
Copy-ready code
/* CSS */
color: #b7beee;
background-color: #b7beee;
/* Tailwind (arbitrary) */
class="text-[#b7beee] bg-[#b7beee]"
/* SCSS */
$brand: #b7beee;
/* SwiftUI */
Color(red: 0.718, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#b7beee")Accessibility — WCAG contrast
Aa
#b7beee on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7beee on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan23.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b7beee text on a black background
contrast 11.61:1
Card sample
#b7beee text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7beee;
Background color
Panel with #b7beee background
background-color: #b7beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7beee; background: linear-gradient(135deg, #b7beee, #D5B7EE);