#b7c8eb
a light, vivid blue · cool · closest name: lavender
RGB
183, 200, 235
HSL
220°, 57%, 82%
CMYK
22, 15, 0, 8
Luminance
0.5737
Every format
| HEX | #b7c8eb |
| RGB | rgb(183, 200, 235) |
| HSL | hsl(220, 57%, 82%) |
| CMYK | cmyk(22%, 15%, 0%, 8%) |
| LAB | lab(80.4 1.6 -19.2) |
| LCH | lch(80.4 19.3 274.8) |
| OKLCH | oklch(0.831 0.053 264.8) |
Copy-ready code
/* CSS */
color: #b7c8eb;
background-color: #b7c8eb;
/* Tailwind (arbitrary) */
class="text-[#b7c8eb] bg-[#b7c8eb]"
/* SCSS */
$brand: #b7c8eb;
/* SwiftUI */
Color(red: 0.718, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#b7c8eb")Accessibility — WCAG contrast
Aa
#b7c8eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c8eb on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green78.4%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b7c8eb text on a black background
contrast 12.47:1
Card sample
#b7c8eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c8eb;
Background color
Panel with #b7c8eb background
background-color: #b7c8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c8eb; background: linear-gradient(135deg, #b7c8eb, #C9B7EB);