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