#bbf2eb
a light, vivid cyan · cool · closest name: ivory
RGB
187, 242, 235
HSL
172°, 68%, 84%
CMYK
23, 0, 3, 5
Luminance
0.8007
Every format
| HEX | #bbf2eb |
| RGB | rgb(187, 242, 235) |
| HSL | hsl(172, 68%, 84%) |
| CMYK | cmyk(23%, 0%, 3%, 5%) |
| LAB | lab(91.7 -18.8 -2.3) |
| LCH | lch(91.7 18.9 187.1) |
| OKLCH | oklch(0.922 0.057 186.6) |
Copy-ready code
/* CSS */
color: #bbf2eb;
background-color: #bbf2eb;
/* Tailwind (arbitrary) */
class="text-[#bbf2eb] bg-[#bbf2eb]"
/* SCSS */
$brand: #bbf2eb;
/* SwiftUI */
Color(red: 0.733, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#bbf2eb")Accessibility — WCAG contrast
Aa
#bbf2eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf2eb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green94.9%
Blue92.2%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#bbf2eb text on a black background
contrast 17.01:1
Card sample
#bbf2eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf2eb;
Background color
Panel with #bbf2eb background
background-color: #bbf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf2eb; background: linear-gradient(135deg, #bbf2eb, #BBD4F2);