#beddf7
a pale, electric blue · cool · closest name: lavender
RGB
190, 221, 247
HSL
207°, 78%, 86%
CMYK
23, 11, 0, 3
Luminance
0.6938
Every format
| HEX | #beddf7 |
| RGB | rgb(190, 221, 247) |
| HSL | hsl(207, 78%, 86%) |
| CMYK | cmyk(23%, 11%, 0%, 3%) |
| LAB | lab(86.7 -4.7 -16.1) |
| LCH | lch(86.7 16.7 253.8) |
| OKLCH | oklch(0.883 0.049 243.6) |
Copy-ready code
/* CSS */
color: #beddf7;
background-color: #beddf7;
/* Tailwind (arbitrary) */
class="text-[#beddf7] bg-[#beddf7]"
/* SCSS */
$brand: #beddf7;
/* SwiftUI */
Color(red: 0.745, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#beddf7")Accessibility — WCAG contrast
Aa
#beddf7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beddf7 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.7%
Blue96.9%
CMYK percentages
Cyan23.1%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#beddf7 text on a black background
contrast 14.88:1
Card sample
#beddf7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beddf7;
Background color
Panel with #beddf7 background
background-color: #beddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beddf7; background: linear-gradient(135deg, #beddf7, #C5BEF7);