#bbdfab
a light, soft green · cool · closest name: beige
RGB
187, 223, 171
HSL
102°, 45%, 77%
CMYK
16, 0, 23, 13
Luminance
0.6628
Every format
| HEX | #bbdfab |
| RGB | rgb(187, 223, 171) |
| HSL | hsl(102, 45%, 77%) |
| CMYK | cmyk(16%, 0%, 23%, 13%) |
| LAB | lab(85.1 -21.2 21.7) |
| LCH | lch(85.1 30.4 134.4) |
| OKLCH | oklch(0.864 0.080 136.1) |
Copy-ready code
/* CSS */
color: #bbdfab;
background-color: #bbdfab;
/* Tailwind (arbitrary) */
class="text-[#bbdfab] bg-[#bbdfab]"
/* SCSS */
$brand: #bbdfab;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#bbdfab")Accessibility — WCAG contrast
Aa
#bbdfab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdfab on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue67.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#bbdfab text on a black background
contrast 14.26:1
Card sample
#bbdfab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdfab;
Background color
Panel with #bbdfab background
background-color: #bbdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdfab; background: linear-gradient(135deg, #bbdfab, #ABDFBE);