#bcebac
a light, vivid green · cool · closest name: aquamarine
RGB
188, 235, 172
HSL
105°, 61%, 80%
CMYK
20, 0, 27, 8
Luminance
0.7309
Every format
| HEX | #bcebac |
| RGB | rgb(188, 235, 172) |
| HSL | hsl(105, 61%, 80%) |
| CMYK | cmyk(20%, 0%, 27%, 8%) |
| LAB | lab(88.5 -26.6 25.8) |
| LCH | lch(88.5 37.0 135.9) |
| OKLCH | oklch(0.891 0.097 137.9) |
Copy-ready code
/* CSS */
color: #bcebac;
background-color: #bcebac;
/* Tailwind (arbitrary) */
class="text-[#bcebac] bg-[#bcebac]"
/* SCSS */
$brand: #bcebac;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.675)
/* Android */
Color.parseColor("#bcebac")Accessibility — WCAG contrast
Aa
#bcebac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebac on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue67.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow26.8%
Key (black)7.8%
Color previews
#bcebac text on a black background
contrast 15.62:1
Card sample
#bcebac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebac;
Background color
Panel with #bcebac background
background-color: #bcebac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebac; background: linear-gradient(135deg, #bcebac, #ACEBC6);