#b3bfef
a light, vivid blue · warm · closest name: lavender
RGB
179, 191, 239
HSL
228°, 65%, 82%
CMYK
25, 20, 0, 6
Luminance
0.5308
Every format
| HEX | #b3bfef |
| RGB | rgb(179, 191, 239) |
| HSL | hsl(228, 65%, 82%) |
| CMYK | cmyk(25%, 20%, 0%, 6%) |
| LAB | lab(77.9 6.2 -25.1) |
| LCH | lch(77.9 25.9 283.8) |
| OKLCH | oklch(0.812 0.069 273.8) |
Copy-ready code
/* CSS */
color: #b3bfef;
background-color: #b3bfef;
/* Tailwind (arbitrary) */
class="text-[#b3bfef] bg-[#b3bfef]"
/* SCSS */
$brand: #b3bfef;
/* SwiftUI */
Color(red: 0.702, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#b3bfef")Accessibility — WCAG contrast
Aa
#b3bfef on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bfef on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.9%
Blue93.7%
CMYK percentages
Cyan25.1%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#b3bfef text on a black background
contrast 11.62:1
Card sample
#b3bfef text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bfef;
Background color
Panel with #b3bfef background
background-color: #b3bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bfef; background: linear-gradient(135deg, #b3bfef, #CFB3EF);