#bfebab
a light, vivid green · cool · closest name: khaki
RGB
191, 235, 171
HSL
101°, 62%, 80%
CMYK
19, 0, 27, 8
Luminance
0.7343
Every format
| HEX | #bfebab |
| RGB | rgb(191, 235, 171) |
| HSL | hsl(101, 62%, 80%) |
| CMYK | cmyk(19%, 0%, 27%, 8%) |
| LAB | lab(88.7 -25.7 26.5) |
| LCH | lch(88.7 36.9 134.0) |
| OKLCH | oklch(0.893 0.097 136.1) |
Copy-ready code
/* CSS */
color: #bfebab;
background-color: #bfebab;
/* Tailwind (arbitrary) */
class="text-[#bfebab] bg-[#bfebab]"
/* SCSS */
$brand: #bfebab;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#bfebab")Accessibility — WCAG contrast
Aa
#bfebab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebab on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue67.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#bfebab text on a black background
contrast 15.69:1
Card sample
#bfebab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebab;
Background color
Panel with #bfebab background
background-color: #bfebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebab; background: linear-gradient(135deg, #bfebab, #ABEBC2);