#b2cecf
a light, soft cyan · cool · closest name: silver
RGB
178, 206, 207
HSL
182°, 23%, 76%
CMYK
14, 1, 0, 19
Luminance
0.5811
Every format
| HEX | #b2cecf |
| RGB | rgb(178, 206, 207) |
| HSL | hsl(182, 23%, 76%) |
| CMYK | cmyk(14%, 1%, 0%, 19%) |
| LAB | lab(80.8 -9.1 -3.6) |
| LCH | lch(80.8 9.8 201.8) |
| OKLCH | oklch(0.831 0.030 199.2) |
Copy-ready code
/* CSS */
color: #b2cecf;
background-color: #b2cecf;
/* Tailwind (arbitrary) */
class="text-[#b2cecf] bg-[#b2cecf]"
/* SCSS */
$brand: #b2cecf;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#b2cecf")Accessibility — WCAG contrast
Aa
#b2cecf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cecf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b2cecf text on a black background
contrast 12.62:1
Card sample
#b2cecf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cecf;
Background color
Panel with #b2cecf background
background-color: #b2cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cecf; background: linear-gradient(135deg, #b2cecf, #B2BBCF);