#bbeeee
a light, vivid cyan · cool · closest name: white
RGB
187, 238, 238
HSL
180°, 60%, 83%
CMYK
21, 0, 0, 7
Luminance
0.7789
Every format
| HEX | #bbeeee |
| RGB | rgb(187, 238, 238) |
| HSL | hsl(180, 60%, 83%) |
| CMYK | cmyk(21%, 0%, 0%, 7%) |
| LAB | lab(90.7 -16.2 -5.3) |
| LCH | lch(90.7 17.0 198.3) |
| OKLCH | oklch(0.914 0.052 196.3) |
Copy-ready code
/* CSS */
color: #bbeeee;
background-color: #bbeeee;
/* Tailwind (arbitrary) */
class="text-[#bbeeee] bg-[#bbeeee]"
/* SCSS */
$brand: #bbeeee;
/* SwiftUI */
Color(red: 0.733, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#bbeeee")Accessibility — WCAG contrast
Aa
#bbeeee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbeeee on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.3%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#bbeeee text on a black background
contrast 16.58:1
Card sample
#bbeeee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbeeee;
Background color
Panel with #bbeeee background
background-color: #bbeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbeeee; background: linear-gradient(135deg, #bbeeee, #BBCCEE);