#bedcdf
a light, soft cyan · cool · closest name: silver
RGB
190, 220, 223
HSL
186°, 34%, 81%
CMYK
15, 1, 0, 13
Luminance
0.6746
Every format
| HEX | #bedcdf |
| RGB | rgb(190, 220, 223) |
| HSL | hsl(186, 34%, 81%) |
| CMYK | cmyk(15%, 1%, 0%, 13%) |
| LAB | lab(85.7 -9.3 -4.8) |
| LCH | lch(85.7 10.4 207.4) |
| OKLCH | oklch(0.874 0.032 204.0) |
Copy-ready code
/* CSS */
color: #bedcdf;
background-color: #bedcdf;
/* Tailwind (arbitrary) */
class="text-[#bedcdf] bg-[#bedcdf]"
/* SCSS */
$brand: #bedcdf;
/* SwiftUI */
Color(red: 0.745, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#bedcdf")Accessibility — WCAG contrast
Aa
#bedcdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedcdf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bedcdf text on a black background
contrast 14.49:1
Card sample
#bedcdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedcdf;
Background color
Panel with #bedcdf background
background-color: #bedcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedcdf; background: linear-gradient(135deg, #bedcdf, #BEC6DF);