#bee9fd
a pale, electric cyan · cool · closest name: skyblue
RGB
190, 233, 253
HSL
199°, 94%, 87%
CMYK
25, 8, 0, 1
Luminance
0.7632
Every format
| HEX | #bee9fd |
| RGB | rgb(190, 233, 253) |
| HSL | hsl(199, 94%, 87%) |
| CMYK | cmyk(25%, 8%, 0%, 1%) |
| LAB | lab(90.0 -9.5 -14.2) |
| LCH | lch(90.0 17.1 236.2) |
| OKLCH | oklch(0.910 0.052 227.8) |
Copy-ready code
/* CSS */
color: #bee9fd;
background-color: #bee9fd;
/* Tailwind (arbitrary) */
class="text-[#bee9fd] bg-[#bee9fd]"
/* SCSS */
$brand: #bee9fd;
/* SwiftUI */
Color(red: 0.745, green: 0.914, blue: 0.992)
/* Android */
Color.parseColor("#bee9fd")Accessibility — WCAG contrast
Aa
#bee9fd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee9fd on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.4%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta7.9%
Yellow0.0%
Key (black)0.8%
Color previews
#bee9fd text on a black background
contrast 16.26:1
Card sample
#bee9fd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee9fd;
Background color
Panel with #bee9fd background
background-color: #bee9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 233, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 233, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee9fd; background: linear-gradient(135deg, #bee9fd, #BEBFFD);