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