#b2c8cb
a light, soft cyan · cool · closest name: silver
RGB
178, 200, 203
HSL
187°, 19%, 75%
CMYK
12, 2, 0, 20
Luminance
0.5509
Every format
| HEX | #b2c8cb |
| RGB | rgb(178, 200, 203) |
| HSL | hsl(187, 19%, 75%) |
| CMYK | cmyk(12%, 2%, 0%, 20%) |
| LAB | lab(79.1 -6.8 -4.0) |
| LCH | lch(79.1 7.9 210.6) |
| OKLCH | oklch(0.817 0.024 206.6) |
Copy-ready code
/* CSS */
color: #b2c8cb;
background-color: #b2c8cb;
/* Tailwind (arbitrary) */
class="text-[#b2c8cb] bg-[#b2c8cb]"
/* SCSS */
$brand: #b2c8cb;
/* SwiftUI */
Color(red: 0.698, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#b2c8cb")Accessibility — WCAG contrast
Aa
#b2c8cb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c8cb on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green78.4%
Blue79.6%
CMYK percentages
Cyan12.3%
Magenta1.5%
Yellow0.0%
Key (black)20.4%
Color previews
#b2c8cb text on a black background
contrast 12.02:1
Card sample
#b2c8cb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c8cb;
Background color
Panel with #b2c8cb background
background-color: #b2c8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c8cb; background: linear-gradient(135deg, #b2c8cb, #B2B7CB);