#bbf5eb
a light, vivid cyan · cool · closest name: ivory
RGB
187, 245, 235
HSL
170°, 74%, 85%
CMYK
24, 0, 4, 4
Luminance
0.8187
Every format
| HEX | #bbf5eb |
| RGB | rgb(187, 245, 235) |
| HSL | hsl(170, 74%, 85%) |
| CMYK | cmyk(24%, 0%, 4%, 4%) |
| LAB | lab(92.5 -20.3 -1.1) |
| LCH | lch(92.5 20.3 183.3) |
| OKLCH | oklch(0.928 0.060 183.2) |
Copy-ready code
/* CSS */
color: #bbf5eb;
background-color: #bbf5eb;
/* Tailwind (arbitrary) */
class="text-[#bbf5eb] bg-[#bbf5eb]"
/* SCSS */
$brand: #bbf5eb;
/* SwiftUI */
Color(red: 0.733, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#bbf5eb")Accessibility — WCAG contrast
Aa
#bbf5eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf5eb on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green96.1%
Blue92.2%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#bbf5eb text on a black background
contrast 17.37:1
Card sample
#bbf5eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf5eb;
Background color
Panel with #bbf5eb background
background-color: #bbf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf5eb; background: linear-gradient(135deg, #bbf5eb, #BBD8F5);