#bedef1
a light, vivid blue · cool · closest name: lavender
RGB
190, 222, 241
HSL
202°, 65%, 85%
CMYK
21, 8, 0, 6
Luminance
0.6954
Every format
| HEX | #bedef1 |
| RGB | rgb(190, 222, 241) |
| HSL | hsl(202, 65%, 85%) |
| CMYK | cmyk(21%, 8%, 0%, 6%) |
| LAB | lab(86.8 -6.5 -12.8) |
| LCH | lch(86.8 14.3 243.0) |
| OKLCH | oklch(0.883 0.043 234.0) |
Copy-ready code
/* CSS */
color: #bedef1;
background-color: #bedef1;
/* Tailwind (arbitrary) */
class="text-[#bedef1] bg-[#bedef1]"
/* SCSS */
$brand: #bedef1;
/* SwiftUI */
Color(red: 0.745, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#bedef1")Accessibility — WCAG contrast
Aa
#bedef1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedef1 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.1%
Blue94.5%
CMYK percentages
Cyan21.2%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#bedef1 text on a black background
contrast 14.91:1
Card sample
#bedef1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedef1;
Background color
Panel with #bedef1 background
background-color: #bedef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedef1; background: linear-gradient(135deg, #bedef1, #C0BEF1);