#b2dcd7
a light, soft cyan · cool · closest name: silver
RGB
178, 220, 215
HSL
173°, 38%, 78%
CMYK
19, 0, 2, 14
Luminance
0.6556
Every format
| HEX | #b2dcd7 |
| RGB | rgb(178, 220, 215) |
| HSL | hsl(173, 38%, 78%) |
| CMYK | cmyk(19%, 0%, 2%, 14%) |
| LAB | lab(84.8 -14.7 -2.1) |
| LCH | lch(84.8 14.8 188.1) |
| OKLCH | oklch(0.863 0.044 187.5) |
Copy-ready code
/* CSS */
color: #b2dcd7;
background-color: #b2dcd7;
/* Tailwind (arbitrary) */
class="text-[#b2dcd7] bg-[#b2dcd7]"
/* SCSS */
$brand: #b2dcd7;
/* SwiftUI */
Color(red: 0.698, green: 0.863, blue: 0.843)
/* Android */
Color.parseColor("#b2dcd7")Accessibility — WCAG contrast
Aa
#b2dcd7 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dcd7 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green86.3%
Blue84.3%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow2.3%
Key (black)13.7%
Color previews
#b2dcd7 text on a black background
contrast 14.11:1
Card sample
#b2dcd7 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dcd7;
Background color
Panel with #b2dcd7 background
background-color: #b2dcd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dcd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 220, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 220, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dcd7; background: linear-gradient(135deg, #b2dcd7, #B2C5DC);