#bbe7eb
a light, vivid cyan · cool · closest name: lavender
RGB
187, 231, 235
HSL
185°, 55%, 83%
CMYK
20, 2, 0, 8
Luminance
0.7371
Every format
| HEX | #bbe7eb |
| RGB | rgb(187, 231, 235) |
| HSL | hsl(185, 55%, 83%) |
| CMYK | cmyk(20%, 2%, 0%, 8%) |
| LAB | lab(88.8 -13.3 -6.6) |
| LCH | lch(88.8 14.8 206.6) |
| OKLCH | oklch(0.898 0.046 203.2) |
Copy-ready code
/* CSS */
color: #bbe7eb;
background-color: #bbe7eb;
/* Tailwind (arbitrary) */
class="text-[#bbe7eb] bg-[#bbe7eb]"
/* SCSS */
$brand: #bbe7eb;
/* SwiftUI */
Color(red: 0.733, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#bbe7eb")Accessibility — WCAG contrast
Aa
#bbe7eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe7eb on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green90.6%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bbe7eb text on a black background
contrast 15.74:1
Card sample
#bbe7eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe7eb;
Background color
Panel with #bbe7eb background
background-color: #bbe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe7eb; background: linear-gradient(135deg, #bbe7eb, #BBC7EB);