#bfe8af
a light, vivid green · cool · closest name: beige
RGB
191, 232, 175
HSL
103°, 55%, 80%
CMYK
18, 0, 25, 9
Luminance
0.7188
Every format
| HEX | #bfe8af |
| RGB | rgb(191, 232, 175) |
| HSL | hsl(103, 55%, 80%) |
| CMYK | cmyk(18%, 0%, 25%, 9%) |
| LAB | lab(87.9 -23.6 23.5) |
| LCH | lch(87.9 33.3 135.2) |
| OKLCH | oklch(0.887 0.087 137.0) |
Copy-ready code
/* CSS */
color: #bfe8af;
background-color: #bfe8af;
/* Tailwind (arbitrary) */
class="text-[#bfe8af] bg-[#bfe8af]"
/* SCSS */
$brand: #bfe8af;
/* SwiftUI */
Color(red: 0.749, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#bfe8af")Accessibility — WCAG contrast
Aa
#bfe8af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe8af on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.0%
Blue68.6%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#bfe8af text on a black background
contrast 15.38:1
Card sample
#bfe8af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe8af;
Background color
Panel with #bfe8af background
background-color: #bfe8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe8af; background: linear-gradient(135deg, #bfe8af, #AFE8C5);