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