#b2c4cf
a light, soft blue · cool · closest name: silver
RGB
178, 196, 207
HSL
203°, 23%, 76%
CMYK
14, 5, 0, 19
Luminance
0.5345
Every format
| HEX | #b2c4cf |
| RGB | rgb(178, 196, 207) |
| HSL | hsl(203, 23%, 76%) |
| CMYK | cmyk(14%, 5%, 0%, 19%) |
| LAB | lab(78.1 -3.9 -7.6) |
| LCH | lch(78.1 8.5 242.9) |
| OKLCH | oklch(0.810 0.025 234.5) |
Copy-ready code
/* CSS */
color: #b2c4cf;
background-color: #b2c4cf;
/* Tailwind (arbitrary) */
class="text-[#b2c4cf] bg-[#b2c4cf]"
/* SCSS */
$brand: #b2c4cf;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#b2c4cf")Accessibility — WCAG contrast
Aa
#b2c4cf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c4cf on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta5.3%
Yellow0.0%
Key (black)18.8%
Color previews
#b2c4cf text on a black background
contrast 11.69:1
Card sample
#b2c4cf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c4cf;
Background color
Panel with #b2c4cf background
background-color: #b2c4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c4cf; background: linear-gradient(135deg, #b2c4cf, #B3B2CF);