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