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