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