#b2dbd8
a light, soft cyan · cool · closest name: silver
RGB
178, 219, 216
HSL
176°, 36%, 78%
CMYK
19, 0, 1, 14
Luminance
0.6509
Every format
| HEX | #b2dbd8 |
| RGB | rgb(178, 219, 216) |
| HSL | hsl(176, 36%, 78%) |
| CMYK | cmyk(19%, 0%, 1%, 14%) |
| LAB | lab(84.5 -13.9 -3.0) |
| LCH | lch(84.5 14.2 192.0) |
| OKLCH | oklch(0.861 0.043 190.9) |
Copy-ready code
/* CSS */
color: #b2dbd8;
background-color: #b2dbd8;
/* Tailwind (arbitrary) */
class="text-[#b2dbd8] bg-[#b2dbd8]"
/* SCSS */
$brand: #b2dbd8;
/* SwiftUI */
Color(red: 0.698, green: 0.859, blue: 0.847)
/* Android */
Color.parseColor("#b2dbd8")Accessibility — WCAG contrast
Aa
#b2dbd8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dbd8 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.9%
Blue84.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow1.4%
Key (black)14.1%
Color previews
#b2dbd8 text on a black background
contrast 14.02:1
Card sample
#b2dbd8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dbd8;
Background color
Panel with #b2dbd8 background
background-color: #b2dbd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dbd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 219, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 219, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dbd8; background: linear-gradient(135deg, #b2dbd8, #B2C3DB);