#bbceb1
a light, soft green · cool · closest name: beige
RGB
187, 206, 177
HSL
99°, 23%, 75%
CMYK
9, 0, 14, 19
Luminance
0.5788
Every format
| HEX | #bbceb1 |
| RGB | rgb(187, 206, 177) |
| HSL | hsl(99, 23%, 75%) |
| CMYK | cmyk(9%, 0%, 14%, 19%) |
| LAB | lab(80.7 -11.7 12.3) |
| LCH | lch(80.7 17.0 133.7) |
| OKLCH | oklch(0.829 0.045 134.7) |
Copy-ready code
/* CSS */
color: #bbceb1;
background-color: #bbceb1;
/* Tailwind (arbitrary) */
class="text-[#bbceb1] bg-[#bbceb1]"
/* SCSS */
$brand: #bbceb1;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#bbceb1")Accessibility — WCAG contrast
Aa
#bbceb1 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbceb1 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue69.4%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow14.1%
Key (black)19.2%
Color previews
#bbceb1 text on a black background
contrast 12.58:1
Card sample
#bbceb1 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbceb1;
Background color
Panel with #bbceb1 background
background-color: #bbceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbceb1; background: linear-gradient(135deg, #bbceb1, #B1CEBA);