#b6c8ed
a light, vivid blue · cool · closest name: lavender
RGB
182, 200, 237
HSL
220°, 60%, 82%
CMYK
23, 16, 0, 7
Luminance
0.5737
Every format
| HEX | #b6c8ed |
| RGB | rgb(182, 200, 237) |
| HSL | hsl(220, 60%, 82%) |
| CMYK | cmyk(23%, 16%, 0%, 7%) |
| LAB | lab(80.4 1.8 -20.3) |
| LCH | lch(80.4 20.4 275.0) |
| OKLCH | oklch(0.831 0.056 264.7) |
Copy-ready code
/* CSS */
color: #b6c8ed;
background-color: #b6c8ed;
/* Tailwind (arbitrary) */
class="text-[#b6c8ed] bg-[#b6c8ed]"
/* SCSS */
$brand: #b6c8ed;
/* SwiftUI */
Color(red: 0.714, green: 0.784, blue: 0.929)
/* Android */
Color.parseColor("#b6c8ed")Accessibility — WCAG contrast
Aa
#b6c8ed on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c8ed on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green78.4%
Blue92.9%
CMYK percentages
Cyan23.2%
Magenta15.6%
Yellow0.0%
Key (black)7.1%
Color previews
#b6c8ed text on a black background
contrast 12.47:1
Card sample
#b6c8ed text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c8ed;
Background color
Panel with #b6c8ed background
background-color: #b6c8ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c8ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 200, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 200, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c8ed; background: linear-gradient(135deg, #b6c8ed, #C9B6ED);