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