#bfd28c
a light, soft green · cool · closest name: khaki
RGB
191, 210, 140
HSL
76°, 44%, 69%
CMYK
9, 0, 33, 18
Luminance
0.5906
Every format
| HEX | #bfd28c |
| RGB | rgb(191, 210, 140) |
| HSL | hsl(76, 44%, 69%) |
| CMYK | cmyk(9%, 0%, 33%, 18%) |
| LAB | lab(81.3 -17.9 32.6) |
| LCH | lch(81.3 37.2 118.7) |
| OKLCH | oklch(0.833 0.094 120.8) |
Copy-ready code
/* CSS */
color: #bfd28c;
background-color: #bfd28c;
/* Tailwind (arbitrary) */
class="text-[#bfd28c] bg-[#bfd28c]"
/* SCSS */
$brand: #bfd28c;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.549)
/* Android */
Color.parseColor("#bfd28c")Accessibility — WCAG contrast
Aa
#bfd28c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd28c on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue54.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow33.3%
Key (black)17.6%
Color previews
#bfd28c text on a black background
contrast 12.81:1
Card sample
#bfd28c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd28c;
Background color
Panel with #bfd28c background
background-color: #bfd28c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd28c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd28c; background: linear-gradient(135deg, #bfd28c, #90D28C);