#bee7eb
a light, vivid cyan · cool · closest name: lavender
RGB
190, 231, 235
HSL
185°, 53%, 83%
CMYK
19, 2, 0, 8
Luminance
0.7410
Every format
| HEX | #bee7eb |
| RGB | rgb(190, 231, 235) |
| HSL | hsl(185, 53%, 83%) |
| CMYK | cmyk(19%, 2%, 0%, 8%) |
| LAB | lab(89.0 -12.4 -6.3) |
| LCH | lch(89.0 13.9 207.2) |
| OKLCH | oklch(0.900 0.043 203.7) |
Copy-ready code
/* CSS */
color: #bee7eb;
background-color: #bee7eb;
/* Tailwind (arbitrary) */
class="text-[#bee7eb] bg-[#bee7eb]"
/* SCSS */
$brand: #bee7eb;
/* SwiftUI */
Color(red: 0.745, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#bee7eb")Accessibility — WCAG contrast
Aa
#bee7eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bee7eb on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green90.6%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bee7eb text on a black background
contrast 15.82:1
Card sample
#bee7eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bee7eb;
Background color
Panel with #bee7eb background
background-color: #bee7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bee7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bee7eb; background: linear-gradient(135deg, #bee7eb, #BEC9EB);