#b2dccf
a light, soft cyan · cool · closest name: silver
RGB
178, 220, 207
HSL
161°, 38%, 78%
CMYK
19, 0, 6, 14
Luminance
0.6516
Every format
| HEX | #b2dccf |
| RGB | rgb(178, 220, 207) |
| HSL | hsl(161, 38%, 78%) |
| CMYK | cmyk(19%, 0%, 6%, 14%) |
| LAB | lab(84.6 -16.3 1.9) |
| LCH | lch(84.6 16.4 173.5) |
| OKLCH | oklch(0.861 0.048 174.3) |
Copy-ready code
/* CSS */
color: #b2dccf;
background-color: #b2dccf;
/* Tailwind (arbitrary) */
class="text-[#b2dccf] bg-[#b2dccf]"
/* SCSS */
$brand: #b2dccf;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#b2dccf")Accessibility — WCAG contrast
Aa
#b2dccf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dccf on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue81.2%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#b2dccf text on a black background
contrast 14.03:1
Card sample
#b2dccf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dccf;
Background color
Panel with #b2dccf background
background-color: #b2dccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dccf; background: linear-gradient(135deg, #b2dccf, #B2CDDC);