#b0dade
a light, soft cyan · cool · closest name: silver
RGB
176, 218, 222
HSL
185°, 41%, 78%
CMYK
21, 2, 0, 13
Luminance
0.6465
Every format
| HEX | #b0dade |
| RGB | rgb(176, 218, 222) |
| HSL | hsl(185, 41%, 78%) |
| CMYK | cmyk(21%, 2%, 0%, 13%) |
| LAB | lab(84.3 -12.8 -6.5) |
| LCH | lch(84.3 14.3 206.9) |
| OKLCH | oklch(0.860 0.044 203.5) |
Copy-ready code
/* CSS */
color: #b0dade;
background-color: #b0dade;
/* Tailwind (arbitrary) */
class="text-[#b0dade] bg-[#b0dade]"
/* SCSS */
$brand: #b0dade;
/* SwiftUI */
Color(red: 0.690, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#b0dade")Accessibility — WCAG contrast
Aa
#b0dade on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0dade on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green85.5%
Blue87.1%
CMYK percentages
Cyan20.7%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#b0dade text on a black background
contrast 13.93:1
Card sample
#b0dade text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0dade;
Background color
Panel with #b0dade background
background-color: #b0dade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0dade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0dade; background: linear-gradient(135deg, #b0dade, #B0BBDE);