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