#bcf4d4
a light, vivid green · cool · closest name: beige
RGB
188, 244, 212
HSL
146°, 72%, 85%
CMYK
23, 0, 13, 4
Luminance
0.8015
Every format
| HEX | #bcf4d4 |
| RGB | rgb(188, 244, 212) |
| HSL | hsl(146, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 13%, 4%) |
| LAB | lab(91.8 -24.0 9.7) |
| LCH | lch(91.8 25.9 158.0) |
| OKLCH | oklch(0.920 0.072 159.6) |
Copy-ready code
/* CSS */
color: #bcf4d4;
background-color: #bcf4d4;
/* Tailwind (arbitrary) */
class="text-[#bcf4d4] bg-[#bcf4d4]"
/* SCSS */
$brand: #bcf4d4;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.831)
/* Android */
Color.parseColor("#bcf4d4")Accessibility — WCAG contrast
Aa
#bcf4d4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4d4 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue83.1%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow13.1%
Key (black)4.3%
Color previews
#bcf4d4 text on a black background
contrast 17.03:1
Card sample
#bcf4d4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4d4;
Background color
Panel with #bcf4d4 background
background-color: #bcf4d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4d4; background: linear-gradient(135deg, #bcf4d4, #BCEFF4);