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