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