#bedade
a light, soft cyan · cool · closest name: silver
RGB
190, 218, 222
HSL
188°, 33%, 81%
CMYK
14, 2, 0, 13
Luminance
0.6636
Every format
| HEX | #bedade |
| RGB | rgb(190, 218, 222) |
| HSL | hsl(188, 33%, 81%) |
| CMYK | cmyk(14%, 2%, 0%, 13%) |
| LAB | lab(85.2 -8.4 -5.1) |
| LCH | lch(85.2 9.8 211.1) |
| OKLCH | oklch(0.869 0.030 207.1) |
Copy-ready code
/* CSS */
color: #bedade;
background-color: #bedade;
/* Tailwind (arbitrary) */
class="text-[#bedade] bg-[#bedade]"
/* SCSS */
$brand: #bedade;
/* SwiftUI */
Color(red: 0.745, green: 0.855, blue: 0.871)
/* Android */
Color.parseColor("#bedade")Accessibility — WCAG contrast
Aa
#bedade on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedade on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green85.5%
Blue87.1%
CMYK percentages
Cyan14.4%
Magenta1.8%
Yellow0.0%
Key (black)12.9%
Color previews
#bedade text on a black background
contrast 14.27:1
Card sample
#bedade text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedade;
Background color
Panel with #bedade background
background-color: #bedade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 218, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 218, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedade; background: linear-gradient(135deg, #bedade, #BEC5DE);