#bcf3df
a light, vivid green · cool · closest name: beige
RGB
188, 243, 223
HSL
158°, 70%, 85%
CMYK
23, 0, 8, 5
Luminance
0.8012
Every format
| HEX | #bcf3df |
| RGB | rgb(188, 243, 223) |
| HSL | hsl(158, 70%, 85%) |
| CMYK | cmyk(23%, 0%, 8%, 5%) |
| LAB | lab(91.7 -21.4 4.0) |
| LCH | lch(91.7 21.8 169.5) |
| OKLCH | oklch(0.921 0.062 170.6) |
Copy-ready code
/* CSS */
color: #bcf3df;
background-color: #bcf3df;
/* Tailwind (arbitrary) */
class="text-[#bcf3df] bg-[#bcf3df]"
/* SCSS */
$brand: #bcf3df;
/* SwiftUI */
Color(red: 0.737, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#bcf3df")Accessibility — WCAG contrast
Aa
#bcf3df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf3df on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.3%
Blue87.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow8.2%
Key (black)4.7%
Color previews
#bcf3df text on a black background
contrast 17.02:1
Card sample
#bcf3df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf3df;
Background color
Panel with #bcf3df background
background-color: #bcf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf3df; background: linear-gradient(135deg, #bcf3df, #BCE2F3);