#bcf6cd
a pale, electric green · cool · closest name: aquamarine
RGB
188, 246, 205
HSL
138°, 76%, 85%
CMYK
24, 0, 17, 4
Luminance
0.8101
Every format
| HEX | #bcf6cd |
| RGB | rgb(188, 246, 205) |
| HSL | hsl(138, 76%, 85%) |
| CMYK | cmyk(24%, 0%, 17%, 4%) |
| LAB | lab(92.1 -26.2 13.8) |
| LCH | lch(92.1 29.7 152.2) |
| OKLCH | oklch(0.923 0.081 153.8) |
Copy-ready code
/* CSS */
color: #bcf6cd;
background-color: #bcf6cd;
/* Tailwind (arbitrary) */
class="text-[#bcf6cd] bg-[#bcf6cd]"
/* SCSS */
$brand: #bcf6cd;
/* SwiftUI */
Color(red: 0.737, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#bcf6cd")Accessibility — WCAG contrast
Aa
#bcf6cd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf6cd on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green96.5%
Blue80.4%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#bcf6cd text on a black background
contrast 17.20:1
Card sample
#bcf6cd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf6cd;
Background color
Panel with #bcf6cd background
background-color: #bcf6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf6cd; background: linear-gradient(135deg, #bcf6cd, #BCF6F4);