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