#b6c3df
a light, soft blue · cool · closest name: lavender
RGB
182, 195, 223
HSL
221°, 39%, 79%
CMYK
18, 13, 0, 13
Luminance
0.5430
Every format
| HEX | #b6c3df |
| RGB | rgb(182, 195, 223) |
| HSL | hsl(221, 39%, 79%) |
| CMYK | cmyk(18%, 13%, 0%, 13%) |
| LAB | lab(78.6 1.3 -15.4) |
| LCH | lch(78.6 15.5 275.0) |
| OKLCH | oklch(0.816 0.042 265.7) |
Copy-ready code
/* CSS */
color: #b6c3df;
background-color: #b6c3df;
/* Tailwind (arbitrary) */
class="text-[#b6c3df] bg-[#b6c3df]"
/* SCSS */
$brand: #b6c3df;
/* SwiftUI */
Color(red: 0.714, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#b6c3df")Accessibility — WCAG contrast
Aa
#b6c3df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c3df on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green76.5%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta12.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b6c3df text on a black background
contrast 11.86:1
Card sample
#b6c3df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c3df;
Background color
Panel with #b6c3df background
background-color: #b6c3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c3df; background: linear-gradient(135deg, #b6c3df, #C4B6DF);