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