#bcecce
a light, vivid green · cool · closest name: beige
RGB
188, 236, 206
HSL
143°, 56%, 83%
CMYK
20, 0, 13, 8
Luminance
0.7514
Every format
| HEX | #bcecce |
| RGB | rgb(188, 236, 206) |
| HSL | hsl(143, 56%, 83%) |
| CMYK | cmyk(20%, 0%, 13%, 8%) |
| LAB | lab(89.5 -21.2 9.5) |
| LCH | lch(89.5 23.3 155.8) |
| OKLCH | oklch(0.901 0.064 157.4) |
Copy-ready code
/* CSS */
color: #bcecce;
background-color: #bcecce;
/* Tailwind (arbitrary) */
class="text-[#bcecce] bg-[#bcecce]"
/* SCSS */
$brand: #bcecce;
/* SwiftUI */
Color(red: 0.737, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#bcecce")Accessibility — WCAG contrast
Aa
#bcecce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcecce on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.5%
Blue80.8%
CMYK percentages
Cyan20.3%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#bcecce text on a black background
contrast 16.03:1
Card sample
#bcecce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcecce;
Background color
Panel with #bcecce background
background-color: #bcecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcecce; background: linear-gradient(135deg, #bcecce, #BCEAEC);