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