#bcf1eb
a light, vivid cyan · cool · closest name: ivory
RGB
188, 241, 235
HSL
173°, 65%, 84%
CMYK
22, 0, 3, 6
Luminance
0.7960
Every format
| HEX | #bcf1eb |
| RGB | rgb(188, 241, 235) |
| HSL | hsl(173, 65%, 84%) |
| CMYK | cmyk(22%, 0%, 3%, 6%) |
| LAB | lab(91.5 -18.0 -2.6) |
| LCH | lch(91.5 18.2 188.3) |
| OKLCH | oklch(0.920 0.054 187.7) |
Copy-ready code
/* CSS */
color: #bcf1eb;
background-color: #bcf1eb;
/* Tailwind (arbitrary) */
class="text-[#bcf1eb] bg-[#bcf1eb]"
/* SCSS */
$brand: #bcf1eb;
/* SwiftUI */
Color(red: 0.737, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#bcf1eb")Accessibility — WCAG contrast
Aa
#bcf1eb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf1eb on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.5%
Blue92.2%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#bcf1eb text on a black background
contrast 16.92:1
Card sample
#bcf1eb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf1eb;
Background color
Panel with #bcf1eb background
background-color: #bcf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf1eb; background: linear-gradient(135deg, #bcf1eb, #BCD4F1);