#bcf4c7
a light, vivid green · cool · closest name: aquamarine
RGB
188, 244, 199
HSL
132°, 72%, 85%
CMYK
23, 0, 18, 4
Luminance
0.7952
Every format
| HEX | #bcf4c7 |
| RGB | rgb(188, 244, 199) |
| HSL | hsl(132, 72%, 85%) |
| CMYK | cmyk(23%, 0%, 18%, 4%) |
| LAB | lab(91.5 -26.4 16.0) |
| LCH | lch(91.5 30.8 148.7) |
| OKLCH | oklch(0.917 0.083 150.4) |
Copy-ready code
/* CSS */
color: #bcf4c7;
background-color: #bcf4c7;
/* Tailwind (arbitrary) */
class="text-[#bcf4c7] bg-[#bcf4c7]"
/* SCSS */
$brand: #bcf4c7;
/* SwiftUI */
Color(red: 0.737, green: 0.957, blue: 0.780)
/* Android */
Color.parseColor("#bcf4c7")Accessibility — WCAG contrast
Aa
#bcf4c7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf4c7 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green95.7%
Blue78.0%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow18.4%
Key (black)4.3%
Color previews
#bcf4c7 text on a black background
contrast 16.90:1
Card sample
#bcf4c7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf4c7;
Background color
Panel with #bcf4c7 background
background-color: #bcf4c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf4c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 244, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 244, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf4c7; background: linear-gradient(135deg, #bcf4c7, #BCF4EC);