#b2cacd
a light, soft cyan · cool · closest name: silver
RGB
178, 202, 205
HSL
187°, 21%, 75%
CMYK
13, 2, 0, 20
Luminance
0.5611
Every format
| HEX | #b2cacd |
| RGB | rgb(178, 202, 205) |
| HSL | hsl(187, 21%, 75%) |
| CMYK | cmyk(13%, 2%, 0%, 20%) |
| LAB | lab(79.7 -7.4 -4.2) |
| LCH | lch(79.7 8.6 209.6) |
| OKLCH | oklch(0.822 0.026 205.8) |
Copy-ready code
/* CSS */
color: #b2cacd;
background-color: #b2cacd;
/* Tailwind (arbitrary) */
class="text-[#b2cacd] bg-[#b2cacd]"
/* SCSS */
$brand: #b2cacd;
/* SwiftUI */
Color(red: 0.698, green: 0.792, blue: 0.804)
/* Android */
Color.parseColor("#b2cacd")Accessibility — WCAG contrast
Aa
#b2cacd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cacd on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green79.2%
Blue80.4%
CMYK percentages
Cyan13.2%
Magenta1.5%
Yellow0.0%
Key (black)19.6%
Color previews
#b2cacd text on a black background
contrast 12.22:1
Card sample
#b2cacd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cacd;
Background color
Panel with #b2cacd background
background-color: #b2cacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 202, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 202, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cacd; background: linear-gradient(135deg, #b2cacd, #B2B8CD);