#bbebe4
a light, vivid cyan · cool · closest name: ivory
RGB
187, 235, 228
HSL
171°, 55%, 83%
CMYK
20, 0, 3, 8
Luminance
0.7558
Every format
| HEX | #bbebe4 |
| RGB | rgb(187, 235, 228) |
| HSL | hsl(171, 55%, 83%) |
| CMYK | cmyk(20%, 0%, 3%, 8%) |
| LAB | lab(89.7 -16.7 -1.7) |
| LCH | lch(89.7 16.8 185.7) |
| OKLCH | oklch(0.905 0.050 185.4) |
Copy-ready code
/* CSS */
color: #bbebe4;
background-color: #bbebe4;
/* Tailwind (arbitrary) */
class="text-[#bbebe4] bg-[#bbebe4]"
/* SCSS */
$brand: #bbebe4;
/* SwiftUI */
Color(red: 0.733, green: 0.922, blue: 0.894)
/* Android */
Color.parseColor("#bbebe4")Accessibility — WCAG contrast
Aa
#bbebe4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbebe4 on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green92.2%
Blue89.4%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow3.0%
Key (black)7.8%
Color previews
#bbebe4 text on a black background
contrast 16.12:1
Card sample
#bbebe4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbebe4;
Background color
Panel with #bbebe4 background
background-color: #bbebe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbebe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 235, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 235, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbebe4; background: linear-gradient(135deg, #bbebe4, #BBD2EB);