#b6c2ed
a light, vivid blue · warm · closest name: lavender
RGB
182, 194, 237
HSL
227°, 60%, 82%
CMYK
23, 18, 0, 7
Luminance
0.5464
Every format
| HEX | #b6c2ed |
| RGB | rgb(182, 194, 237) |
| HSL | hsl(227, 60%, 82%) |
| CMYK | cmyk(23%, 18%, 0%, 7%) |
| LAB | lab(78.8 5.0 -22.7) |
| LCH | lch(78.8 23.2 282.4) |
| OKLCH | oklch(0.819 0.062 272.8) |
Copy-ready code
/* CSS */
color: #b6c2ed;
background-color: #b6c2ed;
/* Tailwind (arbitrary) */
class="text-[#b6c2ed] bg-[#b6c2ed]"
/* SCSS */
$brand: #b6c2ed;
/* SwiftUI */
Color(red: 0.714, green: 0.761, blue: 0.929)
/* Android */
Color.parseColor("#b6c2ed")Accessibility — WCAG contrast
Aa
#b6c2ed on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c2ed on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green76.1%
Blue92.9%
CMYK percentages
Cyan23.2%
Magenta18.1%
Yellow0.0%
Key (black)7.1%
Color previews
#b6c2ed text on a black background
contrast 11.93:1
Card sample
#b6c2ed text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c2ed;
Background color
Panel with #b6c2ed background
background-color: #b6c2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 194, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 194, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c2ed; background: linear-gradient(135deg, #b6c2ed, #CFB6ED);