#beeeee
a light, vivid cyan · cool · closest name: white
RGB
190, 238, 238
HSL
180°, 59%, 84%
CMYK
20, 0, 0, 7
Luminance
0.7827
Every format
| HEX | #beeeee |
| RGB | rgb(190, 238, 238) |
| HSL | hsl(180, 59%, 84%) |
| CMYK | cmyk(20%, 0%, 0%, 7%) |
| LAB | lab(90.9 -15.3 -5.1) |
| LCH | lch(90.9 16.1 198.3) |
| OKLCH | oklch(0.916 0.049 196.3) |
Copy-ready code
/* CSS */
color: #beeeee;
background-color: #beeeee;
/* Tailwind (arbitrary) */
class="text-[#beeeee] bg-[#beeeee]"
/* SCSS */
$brand: #beeeee;
/* SwiftUI */
Color(red: 0.745, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#beeeee")Accessibility — WCAG contrast
Aa
#beeeee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beeeee on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green93.3%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#beeeee text on a black background
contrast 16.65:1
Card sample
#beeeee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beeeee;
Background color
Panel with #beeeee background
background-color: #beeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beeeee; background: linear-gradient(135deg, #beeeee, #BECEEE);