#bcf0f4
a light, vivid cyan · cool · closest name: skyblue
RGB
188, 240, 244
HSL
184°, 72%, 85%
CMYK
23, 2, 0, 4
Luminance
0.7954
Every format
| HEX | #bcf0f4 |
| RGB | rgb(188, 240, 244) |
| HSL | hsl(184, 72%, 85%) |
| CMYK | cmyk(23%, 2%, 0%, 4%) |
| LAB | lab(91.5 -15.6 -7.3) |
| LCH | lch(91.5 17.2 205.2) |
| OKLCH | oklch(0.921 0.053 202.1) |
Copy-ready code
/* CSS */
color: #bcf0f4;
background-color: #bcf0f4;
/* Tailwind (arbitrary) */
class="text-[#bcf0f4] bg-[#bcf0f4]"
/* SCSS */
$brand: #bcf0f4;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.957)
/* Android */
Color.parseColor("#bcf0f4")Accessibility — WCAG contrast
Aa
#bcf0f4 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf0f4 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta1.6%
Yellow0.0%
Key (black)4.3%
Color previews
#bcf0f4 text on a black background
contrast 16.91:1
Card sample
#bcf0f4 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf0f4;
Background color
Panel with #bcf0f4 background
background-color: #bcf0f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf0f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf0f4; background: linear-gradient(135deg, #bcf0f4, #BCCBF4);