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