#b2c1cd
a light, soft blue · cool · closest name: silver
RGB
178, 193, 205
HSL
207°, 21%, 75%
CMYK
13, 6, 0, 20
Luminance
0.5201
Every format
| HEX | #b2c1cd |
| RGB | rgb(178, 193, 205) |
| HSL | hsl(207, 21%, 75%) |
| CMYK | cmyk(13%, 6%, 0%, 20%) |
| LAB | lab(77.3 -2.7 -7.8) |
| LCH | lch(77.3 8.2 250.8) |
| OKLCH | oklch(0.803 0.024 242.0) |
Copy-ready code
/* CSS */
color: #b2c1cd;
background-color: #b2c1cd;
/* Tailwind (arbitrary) */
class="text-[#b2c1cd] bg-[#b2c1cd]"
/* SCSS */
$brand: #b2c1cd;
/* SwiftUI */
Color(red: 0.698, green: 0.757, blue: 0.804)
/* Android */
Color.parseColor("#b2c1cd")Accessibility — WCAG contrast
Aa
#b2c1cd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c1cd on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green75.7%
Blue80.4%
CMYK percentages
Cyan13.2%
Magenta5.9%
Yellow0.0%
Key (black)19.6%
Color previews
#b2c1cd text on a black background
contrast 11.40:1
Card sample
#b2c1cd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c1cd;
Background color
Panel with #b2c1cd background
background-color: #b2c1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 193, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 193, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c1cd; background: linear-gradient(135deg, #b2c1cd, #B5B2CD);