#b7c4eb
a light, vivid blue · warm · closest name: lavender
RGB
183, 196, 235
HSL
225°, 57%, 82%
CMYK
22, 17, 0, 8
Luminance
0.5555
Every format
| HEX | #b7c4eb |
| RGB | rgb(183, 196, 235) |
| HSL | hsl(225, 57%, 82%) |
| CMYK | cmyk(22%, 17%, 0%, 8%) |
| LAB | lab(79.3 3.8 -20.8) |
| LCH | lch(79.3 21.1 280.3) |
| OKLCH | oklch(0.823 0.057 270.6) |
Copy-ready code
/* CSS */
color: #b7c4eb;
background-color: #b7c4eb;
/* Tailwind (arbitrary) */
class="text-[#b7c4eb] bg-[#b7c4eb]"
/* SCSS */
$brand: #b7c4eb;
/* SwiftUI */
Color(red: 0.718, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#b7c4eb")Accessibility — WCAG contrast
Aa
#b7c4eb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c4eb on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.9%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#b7c4eb text on a black background
contrast 12.11:1
Card sample
#b7c4eb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c4eb;
Background color
Panel with #b7c4eb background
background-color: #b7c4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c4eb; background: linear-gradient(135deg, #b7c4eb, #CDB7EB);