#b7c4ed
a light, vivid blue · warm · closest name: lavender
RGB
183, 196, 237
HSL
226°, 60%, 82%
CMYK
23, 17, 0, 7
Luminance
0.5566
Every format
| HEX | #b7c4ed |
| RGB | rgb(183, 196, 237) |
| HSL | hsl(226, 60%, 82%) |
| CMYK | cmyk(23%, 17%, 0%, 7%) |
| LAB | lab(79.4 4.2 -21.8) |
| LCH | lch(79.4 22.2 281.0) |
| OKLCH | oklch(0.824 0.059 271.3) |
Copy-ready code
/* CSS */
color: #b7c4ed;
background-color: #b7c4ed;
/* Tailwind (arbitrary) */
class="text-[#b7c4ed] bg-[#b7c4ed]"
/* SCSS */
$brand: #b7c4ed;
/* SwiftUI */
Color(red: 0.718, green: 0.769, blue: 0.929)
/* Android */
Color.parseColor("#b7c4ed")Accessibility — WCAG contrast
Aa
#b7c4ed on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c4ed on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.9%
Blue92.9%
CMYK percentages
Cyan22.8%
Magenta17.3%
Yellow0.0%
Key (black)7.1%
Color previews
#b7c4ed text on a black background
contrast 12.13:1
Card sample
#b7c4ed text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c4ed;
Background color
Panel with #b7c4ed background
background-color: #b7c4ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c4ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 196, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 196, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c4ed; background: linear-gradient(135deg, #b7c4ed, #CEB7ED);