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