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