#bcefc2
a light, vivid green · cool · closest name: aquamarine
RGB
188, 239, 194
HSL
127°, 61%, 84%
CMYK
21, 0, 19, 6
Luminance
0.7632
Every format
| HEX | #bcefc2 |
| RGB | rgb(188, 239, 194) |
| HSL | hsl(127, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 19%, 6%) |
| LAB | lab(90.0 -24.8 16.5) |
| LCH | lch(90.0 29.8 146.4) |
| OKLCH | oklch(0.905 0.080 148.1) |
Copy-ready code
/* CSS */
color: #bcefc2;
background-color: #bcefc2;
/* Tailwind (arbitrary) */
class="text-[#bcefc2] bg-[#bcefc2]"
/* SCSS */
$brand: #bcefc2;
/* SwiftUI */
Color(red: 0.737, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#bcefc2")Accessibility — WCAG contrast
Aa
#bcefc2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcefc2 on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.7%
Blue76.1%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow18.8%
Key (black)6.3%
Color previews
#bcefc2 text on a black background
contrast 16.26:1
Card sample
#bcefc2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcefc2;
Background color
Panel with #bcefc2 background
background-color: #bcefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcefc2; background: linear-gradient(135deg, #bcefc2, #BCEFE4);