#bcf9eb
a pale, electric cyan · cool · closest name: beige
RGB
188, 249, 235
HSL
166°, 84%, 86%
CMYK
25, 0, 6, 2
Luminance
0.8444
Every format
| HEX | #bcf9eb |
| RGB | rgb(188, 249, 235) |
| HSL | hsl(166, 84%, 86%) |
| CMYK | cmyk(25%, 0%, 6%, 2%) |
| LAB | lab(93.6 -21.9 0.5) |
| LCH | lch(93.6 21.9 178.7) |
| OKLCH | oklch(0.937 0.064 179.1) |
Copy-ready code
/* CSS */
color: #bcf9eb;
background-color: #bcf9eb;
/* Tailwind (arbitrary) */
class="text-[#bcf9eb] bg-[#bcf9eb]"
/* SCSS */
$brand: #bcf9eb;
/* SwiftUI */
Color(red: 0.737, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#bcf9eb")Accessibility — WCAG contrast
Aa
#bcf9eb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf9eb on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green97.6%
Blue92.2%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#bcf9eb text on a black background
contrast 17.89:1
Card sample
#bcf9eb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf9eb;
Background color
Panel with #bcf9eb background
background-color: #bcf9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf9eb; background: linear-gradient(135deg, #bcf9eb, #BCDEF9);