#bbce9b
a light, soft green · cool · closest name: tan
RGB
187, 206, 155
HSL
82°, 34%, 71%
CMYK
9, 0, 25, 19
Luminance
0.5707
Every format
| HEX | #bbce9b |
| RGB | rgb(187, 206, 155) |
| HSL | hsl(82, 34%, 71%) |
| CMYK | cmyk(9%, 0%, 25%, 19%) |
| LAB | lab(80.2 -15.3 23.3) |
| LCH | lch(80.2 27.9 123.2) |
| OKLCH | oklch(0.824 0.072 124.5) |
Copy-ready code
/* CSS */
color: #bbce9b;
background-color: #bbce9b;
/* Tailwind (arbitrary) */
class="text-[#bbce9b] bg-[#bbce9b]"
/* SCSS */
$brand: #bbce9b;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.608)
/* Android */
Color.parseColor("#bbce9b")Accessibility — WCAG contrast
Aa
#bbce9b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbce9b on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue60.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow24.8%
Key (black)19.2%
Color previews
#bbce9b text on a black background
contrast 12.41:1
Card sample
#bbce9b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbce9b;
Background color
Panel with #bbce9b background
background-color: #bbce9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbce9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbce9b; background: linear-gradient(135deg, #bbce9b, #9BCE9D);