#b4dace
a light, soft cyan · cool · closest name: silver
RGB
180, 218, 206
HSL
161°, 34%, 78%
CMYK
17, 0, 6, 15
Luminance
0.6430
Every format
| HEX | #b4dace |
| RGB | rgb(180, 218, 206) |
| HSL | hsl(161, 34%, 78%) |
| CMYK | cmyk(17%, 0%, 6%, 15%) |
| LAB | lab(84.1 -14.8 1.8) |
| LCH | lch(84.1 14.9 173.2) |
| OKLCH | oklch(0.858 0.043 174.1) |
Copy-ready code
/* CSS */
color: #b4dace;
background-color: #b4dace;
/* Tailwind (arbitrary) */
class="text-[#b4dace] bg-[#b4dace]"
/* SCSS */
$brand: #b4dace;
/* SwiftUI */
Color(red: 0.706, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#b4dace")Accessibility — WCAG contrast
Aa
#b4dace on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4dace on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green85.5%
Blue80.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#b4dace text on a black background
contrast 13.86:1
Card sample
#b4dace text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4dace;
Background color
Panel with #b4dace background
background-color: #b4dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4dace; background: linear-gradient(135deg, #b4dace, #B4CDDA);