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