#bee5ec
a light, vivid cyan · cool · closest name: lavender
RGB
190, 229, 236
HSL
189°, 55%, 84%
CMYK
20, 3, 0, 8
Luminance
0.7304
Every format
| HEX | #bee5ec |
| RGB | rgb(190, 229, 236) |
| HSL | hsl(189, 55%, 84%) |
| CMYK | cmyk(20%, 3%, 0%, 8%) |
| LAB | lab(88.5 -11.2 -7.6) |
| LCH | lch(88.5 13.5 214.3) |
| OKLCH | oklch(0.896 0.042 209.7) |
Copy-ready code
/* CSS */
color: #bee5ec;
background-color: #bee5ec;
/* Tailwind (arbitrary) */
class="text-[#bee5ec] bg-[#bee5ec]"
/* SCSS */
$brand: #bee5ec;
/* SwiftUI */
Color(red: 0.745, green: 0.898, blue: 0.925)
/* Android */
Color.parseColor("#bee5ec")Accessibility — WCAG contrast
Aa
#bee5ec on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee5ec on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green89.8%
Blue92.5%
CMYK percentages
Cyan19.5%
Magenta3.0%
Yellow0.0%
Key (black)7.5%
Color previews
#bee5ec text on a black background
contrast 15.61:1
Card sample
#bee5ec text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee5ec;
Background color
Panel with #bee5ec background
background-color: #bee5ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee5ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 229, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 229, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee5ec; background: linear-gradient(135deg, #bee5ec, #BEC6EC);