#bedaf5
a pale, vivid blue · cool · closest name: lavender
RGB
190, 218, 245
HSL
210°, 73%, 85%
CMYK
22, 11, 0, 4
Luminance
0.6768
Every format
| HEX | #bedaf5 |
| RGB | rgb(190, 218, 245) |
| HSL | hsl(210, 73%, 85%) |
| CMYK | cmyk(22%, 11%, 0%, 4%) |
| LAB | lab(85.8 -3.5 -16.3) |
| LCH | lch(85.8 16.6 257.7) |
| OKLCH | oklch(0.876 0.048 247.4) |
Copy-ready code
/* CSS */
color: #bedaf5;
background-color: #bedaf5;
/* Tailwind (arbitrary) */
class="text-[#bedaf5] bg-[#bedaf5]"
/* SCSS */
$brand: #bedaf5;
/* SwiftUI */
Color(red: 0.745, green: 0.855, blue: 0.961)
/* Android */
Color.parseColor("#bedaf5")Accessibility — WCAG contrast
Aa
#bedaf5 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bedaf5 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green85.5%
Blue96.1%
CMYK percentages
Cyan22.4%
Magenta11.0%
Yellow0.0%
Key (black)3.9%
Color previews
#bedaf5 text on a black background
contrast 14.54:1
Card sample
#bedaf5 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bedaf5;
Background color
Panel with #bedaf5 background
background-color: #bedaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bedaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 218, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 218, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bedaf5; background: linear-gradient(135deg, #bedaf5, #C7BEF5);