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