#b8dade
a light, soft cyan · cool · closest name: silver
RGB
184, 218, 222
HSL
186°, 37%, 80%
CMYK
17, 2, 0, 13
Luminance
0.6561
Every format
| HEX | #b8dade |
| RGB | rgb(184, 218, 222) |
| HSL | hsl(186, 37%, 80%) |
| CMYK | cmyk(17%, 2%, 0%, 13%) |
| LAB | lab(84.8 -10.3 -5.7) |
| LCH | lch(84.8 11.8 208.9) |
| OKLCH | oklch(0.865 0.036 205.2) |
Copy-ready code
/* CSS */
color: #b8dade;
background-color: #b8dade;
/* Tailwind (arbitrary) */
class="text-[#b8dade] bg-[#b8dade]"
/* SCSS */
$brand: #b8dade;
/* SwiftUI */
Color(red: 0.722, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#b8dade")Accessibility — WCAG contrast
Aa
#b8dade on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8dade on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green85.5%
Blue87.1%
CMYK percentages
Cyan17.1%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#b8dade text on a black background
contrast 14.12:1
Card sample
#b8dade text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8dade;
Background color
Panel with #b8dade background
background-color: #b8dade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8dade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8dade; background: linear-gradient(135deg, #b8dade, #B8C1DE);