#bbf3eb
a light, vivid cyan · cool · closest name: ivory
RGB
187, 243, 235
HSL
171°, 70%, 84%
CMYK
23, 0, 3, 5
Luminance
0.8066
Every format
| HEX | #bbf3eb |
| RGB | rgb(187, 243, 235) |
| HSL | hsl(171, 70%, 84%) |
| CMYK | cmyk(23%, 0%, 3%, 5%) |
| LAB | lab(92.0 -19.3 -1.9) |
| LCH | lch(92.0 19.4 185.7) |
| OKLCH | oklch(0.924 0.058 185.4) |
Copy-ready code
/* CSS */
color: #bbf3eb;
background-color: #bbf3eb;
/* Tailwind (arbitrary) */
class="text-[#bbf3eb] bg-[#bbf3eb]"
/* SCSS */
$brand: #bbf3eb;
/* SwiftUI */
Color(red: 0.733, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#bbf3eb")Accessibility — WCAG contrast
Aa
#bbf3eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf3eb on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green95.3%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#bbf3eb text on a black background
contrast 17.13:1
Card sample
#bbf3eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf3eb;
Background color
Panel with #bbf3eb background
background-color: #bbf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf3eb; background: linear-gradient(135deg, #bbf3eb, #BBD6F3);