#bbf7eb
a pale, electric cyan · cool · closest name: ivory
RGB
187, 247, 235
HSL
168°, 79%, 85%
CMYK
24, 0, 5, 3
Luminance
0.8308
Every format
| HEX | #bbf7eb |
| RGB | rgb(187, 247, 235) |
| HSL | hsl(168, 79%, 85%) |
| CMYK | cmyk(24%, 0%, 5%, 3%) |
| LAB | lab(93.0 -21.2 -0.4) |
| LCH | lch(93.0 21.2 181.0) |
| OKLCH | oklch(0.932 0.063 181.2) |
Copy-ready code
/* CSS */
color: #bbf7eb;
background-color: #bbf7eb;
/* Tailwind (arbitrary) */
class="text-[#bbf7eb] bg-[#bbf7eb]"
/* SCSS */
$brand: #bbf7eb;
/* SwiftUI */
Color(red: 0.733, green: 0.969, blue: 0.922)
/* Android */
Color.parseColor("#bbf7eb")Accessibility — WCAG contrast
Aa
#bbf7eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf7eb on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green96.9%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow4.9%
Key (black)3.1%
Color previews
#bbf7eb text on a black background
contrast 17.62:1
Card sample
#bbf7eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf7eb;
Background color
Panel with #bbf7eb background
background-color: #bbf7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 247, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 247, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf7eb; background: linear-gradient(135deg, #bbf7eb, #BBDBF7);