#bfe6bf
a light, soft green · cool · closest name: beige
RGB
191, 230, 191
HSL
120°, 44%, 83%
CMYK
17, 0, 17, 10
Luminance
0.7143
Every format
| HEX | #bfe6bf |
| RGB | rgb(191, 230, 191) |
| HSL | hsl(120, 44%, 83%) |
| CMYK | cmyk(17%, 0%, 17%, 10%) |
| LAB | lab(87.7 -20.0 14.9) |
| LCH | lch(87.7 24.9 143.4) |
| OKLCH | oklch(0.887 0.067 145.0) |
Copy-ready code
/* CSS */
color: #bfe6bf;
background-color: #bfe6bf;
/* Tailwind (arbitrary) */
class="text-[#bfe6bf] bg-[#bfe6bf]"
/* SCSS */
$brand: #bfe6bf;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.749)
/* Android */
Color.parseColor("#bfe6bf")Accessibility — WCAG contrast
Aa
#bfe6bf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe6bf on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.2%
Blue74.9%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow17.0%
Key (black)9.8%
Color previews
#bfe6bf text on a black background
contrast 15.29:1
Card sample
#bfe6bf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe6bf;
Background color
Panel with #bfe6bf background
background-color: #bfe6bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe6bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 230, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 230, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe6bf; background: linear-gradient(135deg, #bfe6bf, #BFE6D9);