#bcebbe
a light, vivid green · cool · closest name: beige
RGB
188, 235, 190
HSL
123°, 54%, 83%
CMYK
20, 0, 19, 8
Luminance
0.7383
Every format
| HEX | #bcebbe |
| RGB | rgb(188, 235, 190) |
| HSL | hsl(123, 54%, 83%) |
| CMYK | cmyk(20%, 0%, 19%, 8%) |
| LAB | lab(88.8 -23.6 17.0) |
| LCH | lch(88.8 29.1 144.3) |
| OKLCH | oklch(0.895 0.078 146.0) |
Copy-ready code
/* CSS */
color: #bcebbe;
background-color: #bcebbe;
/* Tailwind (arbitrary) */
class="text-[#bcebbe] bg-[#bcebbe]"
/* SCSS */
$brand: #bcebbe;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#bcebbe")Accessibility — WCAG contrast
Aa
#bcebbe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebbe on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue74.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow19.1%
Key (black)7.8%
Color previews
#bcebbe text on a black background
contrast 15.77:1
Card sample
#bcebbe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebbe;
Background color
Panel with #bcebbe background
background-color: #bcebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebbe; background: linear-gradient(135deg, #bcebbe, #BCEBDD);