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