#bed8df
a light, soft cyan · cool · closest name: silver
RGB
190, 216, 223
HSL
193°, 34%, 81%
CMYK
15, 3, 0, 13
Luminance
0.6539
Every format
| HEX | #bed8df |
| RGB | rgb(190, 216, 223) |
| HSL | hsl(193, 34%, 81%) |
| CMYK | cmyk(15%, 3%, 0%, 13%) |
| LAB | lab(84.7 -7.2 -6.4) |
| LCH | lch(84.7 9.6 221.5) |
| OKLCH | oklch(0.865 0.029 215.7) |
Copy-ready code
/* CSS */
color: #bed8df;
background-color: #bed8df;
/* Tailwind (arbitrary) */
class="text-[#bed8df] bg-[#bed8df]"
/* SCSS */
$brand: #bed8df;
/* SwiftUI */
Color(red: 0.745, green: 0.847, blue: 0.875)
/* Android */
Color.parseColor("#bed8df")Accessibility — WCAG contrast
Aa
#bed8df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed8df on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green84.7%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta3.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bed8df text on a black background
contrast 14.08:1
Card sample
#bed8df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed8df;
Background color
Panel with #bed8df background
background-color: #bed8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 216, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 216, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed8df; background: linear-gradient(135deg, #bed8df, #BEC2DF);