#b7baec
a light, vivid blue · warm · closest name: lavender
RGB
183, 186, 236
HSL
237°, 58%, 82%
CMYK
23, 21, 0, 8
Luminance
0.5124
Every format
| HEX | #b7baec |
| RGB | rgb(183, 186, 236) |
| HSL | hsl(237, 58%, 82%) |
| CMYK | cmyk(23%, 21%, 0%, 8%) |
| LAB | lab(76.8 9.4 -25.2) |
| LCH | lch(76.8 26.9 290.5) |
| OKLCH | oklch(0.804 0.071 282.0) |
Copy-ready code
/* CSS */
color: #b7baec;
background-color: #b7baec;
/* Tailwind (arbitrary) */
class="text-[#b7baec] bg-[#b7baec]"
/* SCSS */
$brand: #b7baec;
/* SwiftUI */
Color(red: 0.718, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#b7baec")Accessibility — WCAG contrast
Aa
#b7baec on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7baec on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green72.9%
Blue92.5%
CMYK percentages
Cyan22.5%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#b7baec text on a black background
contrast 11.25:1
Card sample
#b7baec text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7baec;
Background color
Panel with #b7baec background
background-color: #b7baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7baec; background: linear-gradient(135deg, #b7baec, #D7B7EC);