#beddf3
a light, vivid blue · cool · closest name: lavender
RGB
190, 221, 243
HSL
205°, 69%, 85%
CMYK
22, 9, 0, 5
Luminance
0.6913
Every format
| HEX | #beddf3 |
| RGB | rgb(190, 221, 243) |
| HSL | hsl(205, 69%, 85%) |
| CMYK | cmyk(22%, 9%, 0%, 5%) |
| LAB | lab(86.6 -5.5 -14.1) |
| LCH | lch(86.6 15.2 248.6) |
| OKLCH | oklch(0.882 0.045 239.0) |
Copy-ready code
/* CSS */
color: #beddf3;
background-color: #beddf3;
/* Tailwind (arbitrary) */
class="text-[#beddf3] bg-[#beddf3]"
/* SCSS */
$brand: #beddf3;
/* SwiftUI */
Color(red: 0.745, green: 0.867, blue: 0.953)
/* Android */
Color.parseColor("#beddf3")Accessibility — WCAG contrast
Aa
#beddf3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beddf3 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.7%
Blue95.3%
CMYK percentages
Cyan21.8%
Magenta9.1%
Yellow0.0%
Key (black)4.7%
Color previews
#beddf3 text on a black background
contrast 14.83:1
Card sample
#beddf3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beddf3;
Background color
Panel with #beddf3 background
background-color: #beddf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beddf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 221, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 221, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beddf3; background: linear-gradient(135deg, #beddf3, #C2BEF3);