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