#bed0eb
a light, vivid blue · cool · closest name: lavender
RGB
190, 208, 235
HSL
216°, 53%, 83%
CMYK
19, 12, 0, 8
Luminance
0.6206
Every format
| HEX | #bed0eb |
| RGB | rgb(190, 208, 235) |
| HSL | hsl(216, 53%, 83%) |
| CMYK | cmyk(19%, 12%, 0%, 8%) |
| LAB | lab(82.9 -0.5 -15.3) |
| LCH | lch(82.9 15.3 268.2) |
| OKLCH | oklch(0.853 0.043 258.4) |
Copy-ready code
/* CSS */
color: #bed0eb;
background-color: #bed0eb;
/* Tailwind (arbitrary) */
class="text-[#bed0eb] bg-[#bed0eb]"
/* SCSS */
$brand: #bed0eb;
/* SwiftUI */
Color(red: 0.745, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#bed0eb")Accessibility — WCAG contrast
Aa
#bed0eb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed0eb on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.6%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bed0eb text on a black background
contrast 13.41:1
Card sample
#bed0eb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed0eb;
Background color
Panel with #bed0eb background
background-color: #bed0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed0eb; background: linear-gradient(135deg, #bed0eb, #CABEEB);