#bed0f6
a pale, electric blue · cool · closest name: lavender
RGB
190, 208, 246
HSL
221°, 76%, 86%
CMYK
23, 15, 0, 4
Luminance
0.6271
Every format
| HEX | #bed0f6 |
| RGB | rgb(190, 208, 246) |
| HSL | hsl(221, 76%, 86%) |
| CMYK | cmyk(23%, 15%, 0%, 4%) |
| LAB | lab(83.3 1.9 -20.6) |
| LCH | lch(83.3 20.7 275.4) |
| OKLCH | oklch(0.857 0.057 265.2) |
Copy-ready code
/* CSS */
color: #bed0f6;
background-color: #bed0f6;
/* Tailwind (arbitrary) */
class="text-[#bed0f6] bg-[#bed0f6]"
/* SCSS */
$brand: #bed0f6;
/* SwiftUI */
Color(red: 0.745, green: 0.816, blue: 0.965)
/* Android */
Color.parseColor("#bed0f6")Accessibility — WCAG contrast
Aa
#bed0f6 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bed0f6 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.6%
Blue96.5%
CMYK percentages
Cyan22.8%
Magenta15.4%
Yellow0.0%
Key (black)3.5%
Color previews
#bed0f6 text on a black background
contrast 13.54:1
Card sample
#bed0f6 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bed0f6;
Background color
Panel with #bed0f6 background
background-color: #bed0f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bed0f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 208, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 208, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bed0f6; background: linear-gradient(135deg, #bed0f6, #D1BEF6);