#b5dade
a light, soft cyan · cool · closest name: silver
RGB
181, 218, 222
HSL
186°, 38%, 79%
CMYK
19, 2, 0, 13
Luminance
0.6524
Every format
| HEX | #b5dade |
| RGB | rgb(181, 218, 222) |
| HSL | hsl(186, 38%, 79%) |
| CMYK | cmyk(19%, 2%, 0%, 13%) |
| LAB | lab(84.6 -11.2 -6.0) |
| LCH | lch(84.6 12.7 208.1) |
| OKLCH | oklch(0.863 0.039 204.5) |
Copy-ready code
/* CSS */
color: #b5dade;
background-color: #b5dade;
/* Tailwind (arbitrary) */
class="text-[#b5dade] bg-[#b5dade]"
/* SCSS */
$brand: #b5dade;
/* SwiftUI */
Color(red: 0.710, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#b5dade")Accessibility — WCAG contrast
Aa
#b5dade on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5dade on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green85.5%
Blue87.1%
CMYK percentages
Cyan18.5%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#b5dade text on a black background
contrast 14.05:1
Card sample
#b5dade text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5dade;
Background color
Panel with #b5dade background
background-color: #b5dade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5dade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5dade; background: linear-gradient(135deg, #b5dade, #B5BFDE);