#bbffee
a pale, electric cyan · cool · closest name: aquamarine
RGB
187, 255, 238
HSL
165°, 100%, 87%
CMYK
27, 0, 7, 0
Luminance
0.8826
Every format
| HEX | #bbffee |
| RGB | rgb(187, 255, 238) |
| HSL | hsl(165, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 7%, 0%) |
| LAB | lab(95.3 -24.5 1.3) |
| LCH | lch(95.3 24.5 176.9) |
| OKLCH | oklch(0.950 0.071 177.5) |
Copy-ready code
/* CSS */
color: #bbffee;
background-color: #bbffee;
/* Tailwind (arbitrary) */
class="text-[#bbffee] bg-[#bbffee]"
/* SCSS */
$brand: #bbffee;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#bbffee")Accessibility — WCAG contrast
Aa
#bbffee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbffee on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue93.3%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#bbffee text on a black background
contrast 18.65:1
Card sample
#bbffee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbffee;
Background color
Panel with #bbffee background
background-color: #bbffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbffee; background: linear-gradient(135deg, #bbffee, #BBE3FF);