#b2c4ce
a light, soft blue · cool · closest name: silver
RGB
178, 196, 206
HSL
201°, 22%, 75%
CMYK
14, 5, 0, 19
Luminance
0.5340
Every format
| HEX | #b2c4ce |
| RGB | rgb(178, 196, 206) |
| HSL | hsl(201, 22%, 75%) |
| CMYK | cmyk(14%, 5%, 0%, 19%) |
| LAB | lab(78.1 -4.1 -7.1) |
| LCH | lch(78.1 8.2 240.0) |
| OKLCH | oklch(0.810 0.024 231.9) |
Copy-ready code
/* CSS */
color: #b2c4ce;
background-color: #b2c4ce;
/* Tailwind (arbitrary) */
class="text-[#b2c4ce] bg-[#b2c4ce]"
/* SCSS */
$brand: #b2c4ce;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#b2c4ce")Accessibility — WCAG contrast
Aa
#b2c4ce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c4ce on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue80.8%
CMYK percentages
Cyan13.6%
Magenta4.9%
Yellow0.0%
Key (black)19.2%
Color previews
#b2c4ce text on a black background
contrast 11.68:1
Card sample
#b2c4ce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c4ce;
Background color
Panel with #b2c4ce background
background-color: #b2c4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c4ce; background: linear-gradient(135deg, #b2c4ce, #B3B2CE);