#bbd99c
a light, soft green · cool · closest name: khaki
RGB
187, 217, 156
HSL
90°, 45%, 73%
CMYK
14, 0, 28, 15
Luminance
0.6259
Every format
| HEX | #bbd99c |
| RGB | rgb(187, 217, 156) |
| HSL | hsl(90, 45%, 73%) |
| CMYK | cmyk(14%, 0%, 28%, 15%) |
| LAB | lab(83.2 -20.6 26.9) |
| LCH | lch(83.2 33.8 127.5) |
| OKLCH | oklch(0.848 0.088 129.4) |
Copy-ready code
/* CSS */
color: #bbd99c;
background-color: #bbd99c;
/* Tailwind (arbitrary) */
class="text-[#bbd99c] bg-[#bbd99c]"
/* SCSS */
$brand: #bbd99c;
/* SwiftUI */
Color(red: 0.733, green: 0.851, blue: 0.612)
/* Android */
Color.parseColor("#bbd99c")Accessibility — WCAG contrast
Aa
#bbd99c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd99c on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green85.1%
Blue61.2%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow28.1%
Key (black)14.9%
Color previews
#bbd99c text on a black background
contrast 13.52:1
Card sample
#bbd99c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd99c;
Background color
Panel with #bbd99c background
background-color: #bbd99c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd99c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 217, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 217, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd99c; background: linear-gradient(135deg, #bbd99c, #9CD9A6);