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