#bcf0e2
a light, vivid cyan · cool · closest name: beige
RGB
188, 240, 226
HSL
164°, 63%, 84%
CMYK
22, 0, 6, 6
Luminance
0.7850
Every format
| HEX | #bcf0e2 |
| RGB | rgb(188, 240, 226) |
| HSL | hsl(164, 63%, 84%) |
| CMYK | cmyk(22%, 0%, 6%, 6%) |
| LAB | lab(91.0 -19.3 1.3) |
| LCH | lch(91.0 19.4 176.0) |
| OKLCH | oklch(0.915 0.056 176.7) |
Copy-ready code
/* CSS */
color: #bcf0e2;
background-color: #bcf0e2;
/* Tailwind (arbitrary) */
class="text-[#bcf0e2] bg-[#bcf0e2]"
/* SCSS */
$brand: #bcf0e2;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.886)
/* Android */
Color.parseColor("#bcf0e2")Accessibility — WCAG contrast
Aa
#bcf0e2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf0e2 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue88.6%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow5.8%
Key (black)5.9%
Color previews
#bcf0e2 text on a black background
contrast 16.70:1
Card sample
#bcf0e2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf0e2;
Background color
Panel with #bcf0e2 background
background-color: #bcf0e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf0e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf0e2; background: linear-gradient(135deg, #bcf0e2, #BCDBF0);