#bee5eb
a light, vivid cyan · cool · closest name: lavender
RGB
190, 229, 235
HSL
188°, 53%, 83%
CMYK
19, 3, 0, 8
Luminance
0.7298
Every format
| HEX | #bee5eb |
| RGB | rgb(190, 229, 235) |
| HSL | hsl(188, 53%, 83%) |
| CMYK | cmyk(19%, 3%, 0%, 8%) |
| LAB | lab(88.4 -11.4 -7.1) |
| LCH | lch(88.4 13.4 212.1) |
| OKLCH | oklch(0.896 0.041 207.8) |
Copy-ready code
/* CSS */
color: #bee5eb;
background-color: #bee5eb;
/* Tailwind (arbitrary) */
class="text-[#bee5eb] bg-[#bee5eb]"
/* SCSS */
$brand: #bee5eb;
/* SwiftUI */
Color(red: 0.745, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#bee5eb")Accessibility — WCAG contrast
Aa
#bee5eb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee5eb on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.8%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta2.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bee5eb text on a black background
contrast 15.60:1
Card sample
#bee5eb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee5eb;
Background color
Panel with #bee5eb background
background-color: #bee5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee5eb; background: linear-gradient(135deg, #bee5eb, #BEC7EB);