#bbe9da
a light, vivid cyan · cool · closest name: beige
RGB
187, 233, 218
HSL
160°, 51%, 82%
CMYK
20, 0, 6, 9
Luminance
0.7390
Every format
| HEX | #bbe9da |
| RGB | rgb(187, 233, 218) |
| HSL | hsl(160, 51%, 82%) |
| CMYK | cmyk(20%, 0%, 6%, 9%) |
| LAB | lab(88.9 -17.8 2.4) |
| LCH | lch(88.9 17.9 172.3) |
| OKLCH | oklch(0.897 0.052 173.2) |
Copy-ready code
/* CSS */
color: #bbe9da;
background-color: #bbe9da;
/* Tailwind (arbitrary) */
class="text-[#bbe9da] bg-[#bbe9da]"
/* SCSS */
$brand: #bbe9da;
/* SwiftUI */
Color(red: 0.733, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#bbe9da")Accessibility — WCAG contrast
Aa
#bbe9da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe9da on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green91.4%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#bbe9da text on a black background
contrast 15.78:1
Card sample
#bbe9da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe9da;
Background color
Panel with #bbe9da background
background-color: #bbe9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe9da; background: linear-gradient(135deg, #bbe9da, #BBD9E9);