#bcf3f4
a light, vivid cyan · cool · closest name: white
RGB
188, 243, 244
HSL
181°, 72%, 85%
CMYK
23, 0, 0, 4
Luminance
0.8132
Every format
| HEX | #bcf3f4 |
| RGB | rgb(188, 243, 244) |
| HSL | hsl(181, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 0%, 4%) |
| LAB | lab(92.3 -17.1 -6.2) |
| LCH | lch(92.3 18.2 199.9) |
| OKLCH | oklch(0.927 0.056 197.6) |
Copy-ready code
/* CSS */
color: #bcf3f4;
background-color: #bcf3f4;
/* Tailwind (arbitrary) */
class="text-[#bcf3f4] bg-[#bcf3f4]"
/* SCSS */
$brand: #bcf3f4;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.957)
/* Android */
Color.parseColor("#bcf3f4")Accessibility — WCAG contrast
Aa
#bcf3f4 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3f4 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue95.7%
CMYK percentages
Cyan23.0%
Magenta0.4%
Yellow0.0%
Key (black)4.3%
Color previews
#bcf3f4 text on a black background
contrast 17.26:1
Card sample
#bcf3f4 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3f4;
Background color
Panel with #bcf3f4 background
background-color: #bcf3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3f4; background: linear-gradient(135deg, #bcf3f4, #BCCEF4);