#bbdfad
a light, soft green · cool · closest name: beige
RGB
187, 223, 173
HSL
103°, 44%, 78%
CMYK
16, 0, 22, 13
Luminance
0.6636
Every format
| HEX | #bbdfad |
| RGB | rgb(187, 223, 173) |
| HSL | hsl(103, 44%, 78%) |
| CMYK | cmyk(16%, 0%, 22%, 13%) |
| LAB | lab(85.2 -20.9 20.7) |
| LCH | lch(85.2 29.4 135.3) |
| OKLCH | oklch(0.865 0.077 137.0) |
Copy-ready code
/* CSS */
color: #bbdfad;
background-color: #bbdfad;
/* Tailwind (arbitrary) */
class="text-[#bbdfad] bg-[#bbdfad]"
/* SCSS */
$brand: #bbdfad;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#bbdfad")Accessibility — WCAG contrast
Aa
#bbdfad on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdfad on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue67.8%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#bbdfad text on a black background
contrast 14.27:1
Card sample
#bbdfad text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdfad;
Background color
Panel with #bbdfad background
background-color: #bbdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdfad; background: linear-gradient(135deg, #bbdfad, #ADDFC0);