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