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