#bfd270
a balanced, vivid green · cool · closest name: khaki
RGB
191, 210, 112
HSL
72°, 52%, 63%
CMYK
9, 0, 47, 18
Luminance
0.5834
Every format
| HEX | #bfd270 |
| RGB | rgb(191, 210, 112) |
| HSL | hsl(72, 52%, 63%) |
| CMYK | cmyk(9%, 0%, 47%, 18%) |
| LAB | lab(80.9 -21.1 46.2) |
| LCH | lch(80.9 50.8 114.6) |
| OKLCH | oklch(0.828 0.126 118.3) |
Copy-ready code
/* CSS */
color: #bfd270;
background-color: #bfd270;
/* Tailwind (arbitrary) */
class="text-[#bfd270] bg-[#bfd270]"
/* SCSS */
$brand: #bfd270;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.439)
/* Android */
Color.parseColor("#bfd270")Accessibility — WCAG contrast
Aa
#bfd270 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd270 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue43.9%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow46.7%
Key (black)17.6%
Color previews
#bfd270 text on a black background
contrast 12.67:1
Card sample
#bfd270 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd270;
Background color
Panel with #bfd270 background
background-color: #bfd270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd270; background: linear-gradient(135deg, #bfd270, #7ED270);