#b2c8cf
a light, soft cyan · cool · closest name: silver
RGB
178, 200, 207
HSL
195°, 23%, 76%
CMYK
14, 3, 0, 19
Luminance
0.5528
Every format
| HEX | #b2c8cf |
| RGB | rgb(178, 200, 207) |
| HSL | hsl(195, 23%, 76%) |
| CMYK | cmyk(14%, 3%, 0%, 19%) |
| LAB | lab(79.2 -6.0 -6.0) |
| LCH | lch(79.2 8.5 225.1) |
| OKLCH | oklch(0.818 0.026 218.8) |
Copy-ready code
/* CSS */
color: #b2c8cf;
background-color: #b2c8cf;
/* Tailwind (arbitrary) */
class="text-[#b2c8cf] bg-[#b2c8cf]"
/* SCSS */
$brand: #b2c8cf;
/* SwiftUI */
Color(red: 0.698, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#b2c8cf")Accessibility — WCAG contrast
Aa
#b2c8cf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c8cf on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.4%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta3.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b2c8cf text on a black background
contrast 12.06:1
Card sample
#b2c8cf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c8cf;
Background color
Panel with #b2c8cf background
background-color: #b2c8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c8cf; background: linear-gradient(135deg, #b2c8cf, #B2B5CF);