#bcf5eb
a light, vivid cyan · cool · closest name: ivory
RGB
188, 245, 235
HSL
170°, 74%, 85%
CMYK
23, 0, 4, 4
Luminance
0.8199
Every format
| HEX | #bcf5eb |
| RGB | rgb(188, 245, 235) |
| HSL | hsl(170, 74%, 85%) |
| CMYK | cmyk(23%, 0%, 4%, 4%) |
| LAB | lab(92.6 -19.9 -1.1) |
| LCH | lch(92.6 20.0 183.0) |
| OKLCH | oklch(0.928 0.059 183.1) |
Copy-ready code
/* CSS */
color: #bcf5eb;
background-color: #bcf5eb;
/* Tailwind (arbitrary) */
class="text-[#bcf5eb] bg-[#bcf5eb]"
/* SCSS */
$brand: #bcf5eb;
/* SwiftUI */
Color(red: 0.737, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#bcf5eb")Accessibility — WCAG contrast
Aa
#bcf5eb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf5eb on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.1%
Blue92.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#bcf5eb text on a black background
contrast 17.40:1
Card sample
#bcf5eb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf5eb;
Background color
Panel with #bcf5eb background
background-color: #bcf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf5eb; background: linear-gradient(135deg, #bcf5eb, #BCD9F5);