#bcfdee
a pale, electric cyan · cool · closest name: ivory
RGB
188, 253, 238
HSL
166°, 94%, 87%
CMYK
26, 0, 6, 1
Luminance
0.8711
Every format
| HEX | #bcfdee |
| RGB | rgb(188, 253, 238) |
| HSL | hsl(166, 94%, 87%) |
| CMYK | cmyk(26%, 0%, 6%, 1%) |
| LAB | lab(94.8 -23.2 0.6) |
| LCH | lch(94.8 23.2 178.5) |
| OKLCH | oklch(0.946 0.068 178.9) |
Copy-ready code
/* CSS */
color: #bcfdee;
background-color: #bcfdee;
/* Tailwind (arbitrary) */
class="text-[#bcfdee] bg-[#bcfdee]"
/* SCSS */
$brand: #bcfdee;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#bcfdee")Accessibility — WCAG contrast
Aa
#bcfdee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdee on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue93.3%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#bcfdee text on a black background
contrast 18.42:1
Card sample
#bcfdee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdee;
Background color
Panel with #bcfdee background
background-color: #bcfdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdee; background: linear-gradient(135deg, #bcfdee, #BCE1FD);