#bfd263
a balanced, vivid green · cool · closest name: khaki
RGB
191, 210, 99
HSL
70°, 55%, 61%
CMYK
9, 0, 53, 18
Luminance
0.5807
Every format
| HEX | #bfd263 |
| RGB | rgb(191, 210, 99) |
| HSL | hsl(70, 55%, 61%) |
| CMYK | cmyk(9%, 0%, 53%, 18%) |
| LAB | lab(80.8 -22.4 52.1) |
| LCH | lch(80.8 56.7 113.2) |
| OKLCH | oklch(0.827 0.138 117.6) |
Copy-ready code
/* CSS */
color: #bfd263;
background-color: #bfd263;
/* Tailwind (arbitrary) */
class="text-[#bfd263] bg-[#bfd263]"
/* SCSS */
$brand: #bfd263;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.388)
/* Android */
Color.parseColor("#bfd263")Accessibility — WCAG contrast
Aa
#bfd263 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd263 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue38.8%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow52.9%
Key (black)17.6%
Color previews
#bfd263 text on a black background
contrast 12.61:1
Card sample
#bfd263 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd263;
Background color
Panel with #bfd263 background
background-color: #bfd263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd263; background: linear-gradient(135deg, #bfd263, #75D263);