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