#bee8eb
a light, vivid cyan · cool · closest name: lavender
RGB
190, 232, 235
HSL
184°, 53%, 83%
CMYK
19, 1, 0, 8
Luminance
0.7466
Every format
| HEX | #bee8eb |
| RGB | rgb(190, 232, 235) |
| HSL | hsl(184, 53%, 83%) |
| CMYK | cmyk(19%, 1%, 0%, 8%) |
| LAB | lab(89.2 -12.9 -6.0) |
| LCH | lch(89.2 14.2 204.8) |
| OKLCH | oklch(0.902 0.044 201.8) |
Copy-ready code
/* CSS */
color: #bee8eb;
background-color: #bee8eb;
/* Tailwind (arbitrary) */
class="text-[#bee8eb] bg-[#bee8eb]"
/* SCSS */
$brand: #bee8eb;
/* SwiftUI */
Color(red: 0.745, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#bee8eb")Accessibility — WCAG contrast
Aa
#bee8eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee8eb on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green91.0%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta1.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bee8eb text on a black background
contrast 15.93:1
Card sample
#bee8eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee8eb;
Background color
Panel with #bee8eb background
background-color: #bee8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee8eb; background: linear-gradient(135deg, #bee8eb, #BECAEB);