#bfe6af
a light, vivid green · cool · closest name: beige
RGB
191, 230, 175
HSL
103°, 52%, 79%
CMYK
17, 0, 24, 10
Luminance
0.7077
Every format
| HEX | #bfe6af |
| RGB | rgb(191, 230, 175) |
| HSL | hsl(103, 52%, 79%) |
| CMYK | cmyk(17%, 0%, 24%, 10%) |
| LAB | lab(87.4 -22.6 22.7) |
| LCH | lch(87.4 32.1 134.9) |
| OKLCH | oklch(0.883 0.084 136.7) |
Copy-ready code
/* CSS */
color: #bfe6af;
background-color: #bfe6af;
/* Tailwind (arbitrary) */
class="text-[#bfe6af] bg-[#bfe6af]"
/* SCSS */
$brand: #bfe6af;
/* SwiftUI */
Color(red: 0.749, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#bfe6af")Accessibility — WCAG contrast
Aa
#bfe6af on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe6af on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.2%
Blue68.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow23.9%
Key (black)9.8%
Color previews
#bfe6af text on a black background
contrast 15.15:1
Card sample
#bfe6af text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe6af;
Background color
Panel with #bfe6af background
background-color: #bfe6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe6af; background: linear-gradient(135deg, #bfe6af, #AFE6C4);