#bcfeef
a pale, electric cyan · cool · closest name: ivory
RGB
188, 254, 239
HSL
166°, 97%, 87%
CMYK
26, 0, 6, 0
Luminance
0.8781
Every format
| HEX | #bcfeef |
| RGB | rgb(188, 254, 239) |
| HSL | hsl(166, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 6%, 0%) |
| LAB | lab(95.1 -23.5 0.5) |
| LCH | lch(95.1 23.5 178.7) |
| OKLCH | oklch(0.949 0.069 179.1) |
Copy-ready code
/* CSS */
color: #bcfeef;
background-color: #bcfeef;
/* Tailwind (arbitrary) */
class="text-[#bcfeef] bg-[#bcfeef]"
/* SCSS */
$brand: #bcfeef;
/* SwiftUI */
Color(red: 0.737, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#bcfeef")Accessibility — WCAG contrast
Aa
#bcfeef on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfeef on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.6%
Blue93.7%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#bcfeef text on a black background
contrast 18.56:1
Card sample
#bcfeef text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfeef;
Background color
Panel with #bcfeef background
background-color: #bcfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfeef; background: linear-gradient(135deg, #bcfeef, #BCE1FE);