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