#bed4eb
a light, vivid blue · cool · closest name: lavender
RGB
190, 212, 235
HSL
211°, 53%, 83%
CMYK
19, 10, 0, 8
Luminance
0.6403
Every format
| HEX | #bed4eb |
| RGB | rgb(190, 212, 235) |
| HSL | hsl(211, 53%, 83%) |
| CMYK | cmyk(19%, 10%, 0%, 8%) |
| LAB | lab(84.0 -2.6 -13.8) |
| LCH | lch(84.0 14.0 259.3) |
| OKLCH | oklch(0.861 0.040 249.5) |
Copy-ready code
/* CSS */
color: #bed4eb;
background-color: #bed4eb;
/* Tailwind (arbitrary) */
class="text-[#bed4eb] bg-[#bed4eb]"
/* SCSS */
$brand: #bed4eb;
/* SwiftUI */
Color(red: 0.745, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#bed4eb")Accessibility — WCAG contrast
Aa
#bed4eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed4eb on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green83.1%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bed4eb text on a black background
contrast 13.81:1
Card sample
#bed4eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed4eb;
Background color
Panel with #bed4eb background
background-color: #bed4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed4eb; background: linear-gradient(135deg, #bed4eb, #C6BEEB);