#b6c2db
a light, soft blue · cool · closest name: silver
RGB
182, 194, 219
HSL
221°, 34%, 79%
CMYK
17, 11, 0, 14
Luminance
0.5364
Every format
| HEX | #b6c2db |
| RGB | rgb(182, 194, 219) |
| HSL | hsl(221, 34%, 79%) |
| CMYK | cmyk(17%, 11%, 0%, 14%) |
| LAB | lab(78.3 1.0 -13.8) |
| LCH | lch(78.3 13.9 274.2) |
| OKLCH | oklch(0.813 0.038 265.1) |
Copy-ready code
/* CSS */
color: #b6c2db;
background-color: #b6c2db;
/* Tailwind (arbitrary) */
class="text-[#b6c2db] bg-[#b6c2db]"
/* SCSS */
$brand: #b6c2db;
/* SwiftUI */
Color(red: 0.714, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#b6c2db")Accessibility — WCAG contrast
Aa
#b6c2db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c2db on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green76.1%
Blue85.9%
CMYK percentages
Cyan16.9%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b6c2db text on a black background
contrast 11.73:1
Card sample
#b6c2db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c2db;
Background color
Panel with #b6c2db background
background-color: #b6c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c2db; background: linear-gradient(135deg, #b6c2db, #C3B6DB);