#bbce8f
a light, soft green · cool · closest name: khaki
RGB
187, 206, 143
HSL
78°, 39%, 68%
CMYK
9, 0, 31, 19
Luminance
0.5669
Every format
| HEX | #bbce8f |
| RGB | rgb(187, 206, 143) |
| HSL | hsl(78, 39%, 68%) |
| CMYK | cmyk(9%, 0%, 31%, 19%) |
| LAB | lab(80.0 -17.0 29.3) |
| LCH | lch(80.0 33.8 120.1) |
| OKLCH | oklch(0.822 0.086 121.9) |
Copy-ready code
/* CSS */
color: #bbce8f;
background-color: #bbce8f;
/* Tailwind (arbitrary) */
class="text-[#bbce8f] bg-[#bbce8f]"
/* SCSS */
$brand: #bbce8f;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.561)
/* Android */
Color.parseColor("#bbce8f")Accessibility — WCAG contrast
Aa
#bbce8f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbce8f on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue56.1%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow30.6%
Key (black)19.2%
Color previews
#bbce8f text on a black background
contrast 12.34:1
Card sample
#bbce8f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbce8f;
Background color
Panel with #bbce8f background
background-color: #bbce8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbce8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbce8f; background: linear-gradient(135deg, #bbce8f, #91CE8F);