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