#b9beee
a light, vivid blue · warm · closest name: lavender
RGB
185, 190, 238
HSL
234°, 61%, 83%
CMYK
22, 20, 0, 7
Luminance
0.5331
Every format
| HEX | #b9beee |
| RGB | rgb(185, 190, 238) |
| HSL | hsl(234, 61%, 83%) |
| CMYK | cmyk(22%, 20%, 0%, 7%) |
| LAB | lab(78.1 8.3 -24.4) |
| LCH | lch(78.1 25.7 288.8) |
| OKLCH | oklch(0.814 0.068 280.1) |
Copy-ready code
/* CSS */
color: #b9beee;
background-color: #b9beee;
/* Tailwind (arbitrary) */
class="text-[#b9beee] bg-[#b9beee]"
/* SCSS */
$brand: #b9beee;
/* SwiftUI */
Color(red: 0.725, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#b9beee")Accessibility — WCAG contrast
Aa
#b9beee on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9beee on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan22.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b9beee text on a black background
contrast 11.66:1
Card sample
#b9beee text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9beee;
Background color
Panel with #b9beee background
background-color: #b9beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9beee; background: linear-gradient(135deg, #b9beee, #D7B9EE);