#bee0fd
a pale, electric blue · cool · closest name: lavender
RGB
190, 224, 253
HSL
208°, 94%, 87%
CMYK
25, 12, 0, 1
Luminance
0.7135
Every format
| HEX | #bee0fd |
| RGB | rgb(190, 224, 253) |
| HSL | hsl(208, 94%, 87%) |
| CMYK | cmyk(25%, 12%, 0%, 1%) |
| LAB | lab(87.7 -4.9 -17.8) |
| LCH | lch(87.7 18.4 254.6) |
| OKLCH | oklch(0.891 0.054 244.2) |
Copy-ready code
/* CSS */
color: #bee0fd;
background-color: #bee0fd;
/* Tailwind (arbitrary) */
class="text-[#bee0fd] bg-[#bee0fd]"
/* SCSS */
$brand: #bee0fd;
/* SwiftUI */
Color(red: 0.745, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#bee0fd")Accessibility — WCAG contrast
Aa
#bee0fd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee0fd on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green87.8%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bee0fd text on a black background
contrast 15.27:1
Card sample
#bee0fd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee0fd;
Background color
Panel with #bee0fd background
background-color: #bee0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee0fd; background: linear-gradient(135deg, #bee0fd, #C6BEFD);