#b2dacd
a light, soft cyan · cool · closest name: silver
RGB
178, 218, 205
HSL
161°, 35%, 78%
CMYK
18, 0, 6, 15
Luminance
0.6402
Every format
| HEX | #b2dacd |
| RGB | rgb(178, 218, 205) |
| HSL | hsl(161, 35%, 78%) |
| CMYK | cmyk(18%, 0%, 6%, 15%) |
| LAB | lab(84.0 -15.7 2.1) |
| LCH | lch(84.0 15.8 172.5) |
| OKLCH | oklch(0.856 0.046 173.4) |
Copy-ready code
/* CSS */
color: #b2dacd;
background-color: #b2dacd;
/* Tailwind (arbitrary) */
class="text-[#b2dacd] bg-[#b2dacd]"
/* SCSS */
$brand: #b2dacd;
/* SwiftUI */
Color(red: 0.698, green: 0.855, blue: 0.804)
/* Android */
Color.parseColor("#b2dacd")Accessibility — WCAG contrast
Aa
#b2dacd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2dacd on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green85.5%
Blue80.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow6.0%
Key (black)14.5%
Color previews
#b2dacd text on a black background
contrast 13.80:1
Card sample
#b2dacd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2dacd;
Background color
Panel with #b2dacd background
background-color: #b2dacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2dacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 218, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 218, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2dacd; background: linear-gradient(135deg, #b2dacd, #B2CCDA);