#b0dacf
a light, soft cyan · cool · closest name: silver
RGB
176, 218, 207
HSL
164°, 36%, 77%
CMYK
19, 0, 5, 15
Luminance
0.6388
Every format
| HEX | #b0dacf |
| RGB | rgb(176, 218, 207) |
| HSL | hsl(164, 36%, 77%) |
| CMYK | cmyk(19%, 0%, 5%, 15%) |
| LAB | lab(83.9 -15.9 0.9) |
| LCH | lch(83.9 15.9 176.8) |
| OKLCH | oklch(0.855 0.046 177.4) |
Copy-ready code
/* CSS */
color: #b0dacf;
background-color: #b0dacf;
/* Tailwind (arbitrary) */
class="text-[#b0dacf] bg-[#b0dacf]"
/* SCSS */
$brand: #b0dacf;
/* SwiftUI */
Color(red: 0.690, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#b0dacf")Accessibility — WCAG contrast
Aa
#b0dacf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dacf on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.5%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#b0dacf text on a black background
contrast 13.78:1
Card sample
#b0dacf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dacf;
Background color
Panel with #b0dacf background
background-color: #b0dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dacf; background: linear-gradient(135deg, #b0dacf, #B0C9DA);