#b2c3db
a light, soft blue · cool · closest name: silver
RGB
178, 195, 219
HSL
215°, 36%, 78%
CMYK
19, 11, 0, 14
Luminance
0.5361
Every format
| HEX | #b2c3db |
| RGB | rgb(178, 195, 219) |
| HSL | hsl(215, 36%, 78%) |
| CMYK | cmyk(19%, 11%, 0%, 14%) |
| LAB | lab(78.2 -0.8 -13.9) |
| LCH | lch(78.2 13.9 266.7) |
| OKLCH | oklch(0.812 0.039 257.0) |
Copy-ready code
/* CSS */
color: #b2c3db;
background-color: #b2c3db;
/* Tailwind (arbitrary) */
class="text-[#b2c3db] bg-[#b2c3db]"
/* SCSS */
$brand: #b2c3db;
/* SwiftUI */
Color(red: 0.698, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#b2c3db")Accessibility — WCAG contrast
Aa
#b2c3db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c3db on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.5%
Blue85.9%
CMYK percentages
Cyan18.7%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b2c3db text on a black background
contrast 11.72:1
Card sample
#b2c3db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c3db;
Background color
Panel with #b2c3db background
background-color: #b2c3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c3db; background: linear-gradient(135deg, #b2c3db, #BCB2DB);