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