#bee9ff
a pale, electric blue · cool · closest name: skyblue
RGB
190, 233, 255
HSL
200°, 100%, 87%
CMYK
26, 9, 0, 0
Luminance
0.7644
Every format
| HEX | #bee9ff |
| RGB | rgb(190, 233, 255) |
| HSL | hsl(200, 100%, 87%) |
| CMYK | cmyk(26%, 9%, 0%, 0%) |
| LAB | lab(90.1 -9.1 -15.2) |
| LCH | lch(90.1 17.7 239.2) |
| OKLCH | oklch(0.911 0.054 230.3) |
Copy-ready code
/* CSS */
color: #bee9ff;
background-color: #bee9ff;
/* Tailwind (arbitrary) */
class="text-[#bee9ff] bg-[#bee9ff]"
/* SCSS */
$brand: #bee9ff;
/* SwiftUI */
Color(red: 0.745, green: 0.914, blue: 1.000)
/* Android */
Color.parseColor("#bee9ff")Accessibility — WCAG contrast
Aa
#bee9ff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee9ff on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.4%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta8.6%
Yellow0.0%
Key (black)0.0%
Color previews
#bee9ff text on a black background
contrast 16.29:1
Card sample
#bee9ff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee9ff;
Background color
Panel with #bee9ff background
background-color: #bee9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 233, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 233, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee9ff; background: linear-gradient(135deg, #bee9ff, #BFBEFF);