#bbf4ee
a light, vivid cyan · cool · closest name: ivory
RGB
187, 244, 238
HSL
174°, 72%, 85%
CMYK
23, 0, 3, 4
Luminance
0.8144
Every format
| HEX | #bbf4ee |
| RGB | rgb(187, 244, 238) |
| HSL | hsl(174, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 3%, 4%) |
| LAB | lab(92.3 -19.1 -3.0) |
| LCH | lch(92.3 19.4 188.9) |
| OKLCH | oklch(0.927 0.058 188.2) |
Copy-ready code
/* CSS */
color: #bbf4ee;
background-color: #bbf4ee;
/* Tailwind (arbitrary) */
class="text-[#bbf4ee] bg-[#bbf4ee]"
/* SCSS */
$brand: #bbf4ee;
/* SwiftUI */
Color(red: 0.733, green: 0.957, blue: 0.933)
/* Android */
Color.parseColor("#bbf4ee")Accessibility — WCAG contrast
Aa
#bbf4ee on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbf4ee on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green95.7%
Blue93.3%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow2.5%
Key (black)4.3%
Color previews
#bbf4ee text on a black background
contrast 17.29:1
Card sample
#bbf4ee text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbf4ee;
Background color
Panel with #bbf4ee background
background-color: #bbf4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbf4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 244, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 244, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbf4ee; background: linear-gradient(135deg, #bbf4ee, #BBD4F4);