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