#bedaf2
a light, vivid blue · cool · closest name: lavender
RGB
190, 218, 242
HSL
208°, 67%, 85%
CMYK
22, 10, 0, 5
Luminance
0.6750
Every format
| HEX | #bedaf2 |
| RGB | rgb(190, 218, 242) |
| HSL | hsl(208, 67%, 85%) |
| CMYK | cmyk(22%, 10%, 0%, 5%) |
| LAB | lab(85.8 -4.2 -14.8) |
| LCH | lch(85.8 15.4 254.2) |
| OKLCH | oklch(0.875 0.045 244.2) |
Copy-ready code
/* CSS */
color: #bedaf2;
background-color: #bedaf2;
/* Tailwind (arbitrary) */
class="text-[#bedaf2] bg-[#bedaf2]"
/* SCSS */
$brand: #bedaf2;
/* SwiftUI */
Color(red: 0.745, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#bedaf2")Accessibility — WCAG contrast
Aa
#bedaf2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedaf2 on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green85.5%
Blue94.9%
CMYK percentages
Cyan21.5%
Magenta9.9%
Yellow0.0%
Key (black)5.1%
Color previews
#bedaf2 text on a black background
contrast 14.50:1
Card sample
#bedaf2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedaf2;
Background color
Panel with #bedaf2 background
background-color: #bedaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedaf2; background: linear-gradient(135deg, #bedaf2, #C5BEF2);