#beddfd
a pale, electric blue · cool · closest name: lavender
RGB
190, 221, 253
HSL
211°, 94%, 87%
CMYK
25, 13, 0, 1
Luminance
0.6975
Every format
| HEX | #beddfd |
| RGB | rgb(190, 221, 253) |
| HSL | hsl(211, 94%, 87%) |
| CMYK | cmyk(25%, 13%, 0%, 1%) |
| LAB | lab(86.9 -3.3 -18.9) |
| LCH | lch(86.9 19.2 260.1) |
| OKLCH | oklch(0.885 0.055 249.3) |
Copy-ready code
/* CSS */
color: #beddfd;
background-color: #beddfd;
/* Tailwind (arbitrary) */
class="text-[#beddfd] bg-[#beddfd]"
/* SCSS */
$brand: #beddfd;
/* SwiftUI */
Color(red: 0.745, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#beddfd")Accessibility — WCAG contrast
Aa
#beddfd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beddfd on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green86.7%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#beddfd text on a black background
contrast 14.95:1
Card sample
#beddfd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beddfd;
Background color
Panel with #beddfd background
background-color: #beddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beddfd; background: linear-gradient(135deg, #beddfd, #C9BEFD);