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