#b2cecc
a light, soft cyan · cool · closest name: silver
RGB
178, 206, 204
HSL
176°, 22%, 75%
CMYK
14, 0, 1, 19
Luminance
0.5797
Every format
| HEX | #b2cecc |
| RGB | rgb(178, 206, 204) |
| HSL | hsl(176, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 1%, 19%) |
| LAB | lab(80.7 -9.7 -2.2) |
| LCH | lch(80.7 10.0 192.5) |
| OKLCH | oklch(0.830 0.030 191.3) |
Copy-ready code
/* CSS */
color: #b2cecc;
background-color: #b2cecc;
/* Tailwind (arbitrary) */
class="text-[#b2cecc] bg-[#b2cecc]"
/* SCSS */
$brand: #b2cecc;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#b2cecc")Accessibility — WCAG contrast
Aa
#b2cecc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cecc on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue80.0%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#b2cecc text on a black background
contrast 12.59:1
Card sample
#b2cecc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cecc;
Background color
Panel with #b2cecc background
background-color: #b2cecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cecc; background: linear-gradient(135deg, #b2cecc, #B2BDCE);