#bbce7f
a light, soft green · cool · closest name: khaki
RGB
187, 206, 127
HSL
74°, 45%, 65%
CMYK
9, 0, 38, 19
Luminance
0.5624
Every format
| HEX | #bbce7f |
| RGB | rgb(187, 206, 127) |
| HSL | hsl(74, 45%, 65%) |
| CMYK | cmyk(9%, 0%, 38%, 19%) |
| LAB | lab(79.8 -19.0 37.2) |
| LCH | lch(79.8 41.8 117.1) |
| OKLCH | oklch(0.819 0.105 119.8) |
Copy-ready code
/* CSS */
color: #bbce7f;
background-color: #bbce7f;
/* Tailwind (arbitrary) */
class="text-[#bbce7f] bg-[#bbce7f]"
/* SCSS */
$brand: #bbce7f;
/* SwiftUI */
Color(red: 0.733, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#bbce7f")Accessibility — WCAG contrast
Aa
#bbce7f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbce7f on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.8%
Blue49.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#bbce7f text on a black background
contrast 12.25:1
Card sample
#bbce7f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbce7f;
Background color
Panel with #bbce7f background
background-color: #bbce7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbce7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbce7f; background: linear-gradient(135deg, #bbce7f, #86CE7F);