#b9dace
a light, soft green · cool · closest name: silver
RGB
185, 218, 206
HSL
158°, 31%, 79%
CMYK
15, 0, 6, 15
Luminance
0.6491
Every format
| HEX | #b9dace |
| RGB | rgb(185, 218, 206) |
| HSL | hsl(158, 31%, 79%) |
| CMYK | cmyk(15%, 0%, 6%, 15%) |
| LAB | lab(84.4 -13.2 2.3) |
| LCH | lch(84.4 13.4 170.3) |
| OKLCH | oklch(0.861 0.039 171.4) |
Copy-ready code
/* CSS */
color: #b9dace;
background-color: #b9dace;
/* Tailwind (arbitrary) */
class="text-[#b9dace] bg-[#b9dace]"
/* SCSS */
$brand: #b9dace;
/* SwiftUI */
Color(red: 0.725, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#b9dace")Accessibility — WCAG contrast
Aa
#b9dace on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9dace on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#b9dace text on a black background
contrast 13.98:1
Card sample
#b9dace text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9dace;
Background color
Panel with #b9dace background
background-color: #b9dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9dace; background: linear-gradient(135deg, #b9dace, #B9D0DA);