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