#bed2eb
a light, vivid blue · cool · closest name: lavender
RGB
190, 210, 235
HSL
213°, 53%, 83%
CMYK
19, 11, 0, 8
Luminance
0.6304
Every format
| HEX | #bed2eb |
| RGB | rgb(190, 210, 235) |
| HSL | hsl(213, 53%, 83%) |
| CMYK | cmyk(19%, 11%, 0%, 8%) |
| LAB | lab(83.5 -1.5 -14.6) |
| LCH | lch(83.5 14.6 264.0) |
| OKLCH | oklch(0.857 0.041 254.1) |
Copy-ready code
/* CSS */
color: #bed2eb;
background-color: #bed2eb;
/* Tailwind (arbitrary) */
class="text-[#bed2eb] bg-[#bed2eb]"
/* SCSS */
$brand: #bed2eb;
/* SwiftUI */
Color(red: 0.745, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#bed2eb")Accessibility — WCAG contrast
Aa
#bed2eb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed2eb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green82.4%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bed2eb text on a black background
contrast 13.61:1
Card sample
#bed2eb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed2eb;
Background color
Panel with #bed2eb background
background-color: #bed2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed2eb; background: linear-gradient(135deg, #bed2eb, #C8BEEB);