#bcfccf
a pale, electric green · cool · closest name: aquamarine
RGB
188, 252, 207
HSL
138°, 91%, 86%
CMYK
25, 0, 18, 1
Luminance
0.8482
Every format
| HEX | #bcfccf |
| RGB | rgb(188, 252, 207) |
| HSL | hsl(138, 91%, 86%) |
| CMYK | cmyk(25%, 0%, 18%, 1%) |
| LAB | lab(93.8 -28.7 15.2) |
| LCH | lch(93.8 32.5 152.1) |
| OKLCH | oklch(0.936 0.088 153.8) |
Copy-ready code
/* CSS */
color: #bcfccf;
background-color: #bcfccf;
/* Tailwind (arbitrary) */
class="text-[#bcfccf] bg-[#bcfccf]"
/* SCSS */
$brand: #bcfccf;
/* SwiftUI */
Color(red: 0.737, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#bcfccf")Accessibility — WCAG contrast
Aa
#bcfccf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcfccf on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green98.8%
Blue81.2%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#bcfccf text on a black background
contrast 17.96:1
Card sample
#bcfccf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcfccf;
Background color
Panel with #bcfccf background
background-color: #bcfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcfccf; background: linear-gradient(135deg, #bcfccf, #BCFCFA);