#b2c3d4
a light, soft blue · cool · closest name: silver
RGB
178, 195, 212
HSL
210°, 28%, 77%
CMYK
16, 8, 0, 17
Luminance
0.5325
Every format
| HEX | #b2c3d4 |
| RGB | rgb(178, 195, 212) |
| HSL | hsl(210, 28%, 77%) |
| CMYK | cmyk(16%, 8%, 0%, 17%) |
| LAB | lab(78.0 -2.3 -10.4) |
| LCH | lch(78.0 10.7 257.6) |
| OKLCH | oklch(0.810 0.030 248.2) |
Copy-ready code
/* CSS */
color: #b2c3d4;
background-color: #b2c3d4;
/* Tailwind (arbitrary) */
class="text-[#b2c3d4] bg-[#b2c3d4]"
/* SCSS */
$brand: #b2c3d4;
/* SwiftUI */
Color(red: 0.698, green: 0.765, blue: 0.831)
/* Android */
Color.parseColor("#b2c3d4")Accessibility — WCAG contrast
Aa
#b2c3d4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c3d4 on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.5%
Blue83.1%
CMYK percentages
Cyan16.0%
Magenta8.0%
Yellow0.0%
Key (black)16.9%
Color previews
#b2c3d4 text on a black background
contrast 11.65:1
Card sample
#b2c3d4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c3d4;
Background color
Panel with #b2c3d4 background
background-color: #b2c3d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c3d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 195, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 195, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c3d4; background: linear-gradient(135deg, #b2c3d4, #B8B2D4);