#bcfdac
a light, electric green · cool · closest name: aquamarine
RGB
188, 253, 172
HSL
108°, 95%, 83%
CMYK
26, 0, 32, 1
Luminance
0.8392
Every format
| HEX | #bcfdac |
| RGB | rgb(188, 253, 172) |
| HSL | hsl(108, 95%, 83%) |
| CMYK | cmyk(26%, 0%, 32%, 1%) |
| LAB | lab(93.4 -35.0 32.4) |
| LCH | lch(93.4 47.7 137.2) |
| OKLCH | oklch(0.931 0.125 139.5) |
Copy-ready code
/* CSS */
color: #bcfdac;
background-color: #bcfdac;
/* Tailwind (arbitrary) */
class="text-[#bcfdac] bg-[#bcfdac]"
/* SCSS */
$brand: #bcfdac;
/* SwiftUI */
Color(red: 0.737, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#bcfdac")Accessibility — WCAG contrast
Aa
#bcfdac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfdac on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#bcfdac text on a black background
contrast 17.78:1
Card sample
#bcfdac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfdac;
Background color
Panel with #bcfdac background
background-color: #bcfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfdac; background: linear-gradient(135deg, #bcfdac, #ACFDD2);