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