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