#bfebaf
a light, vivid green · cool · closest name: beige
RGB
191, 235, 175
HSL
104°, 60%, 80%
CMYK
19, 0, 26, 8
Luminance
0.7359
Every format
| HEX | #bfebaf |
| RGB | rgb(191, 235, 175) |
| HSL | hsl(104, 60%, 80%) |
| CMYK | cmyk(19%, 0%, 26%, 8%) |
| LAB | lab(88.7 -25.1 24.6) |
| LCH | lch(88.7 35.1 135.5) |
| OKLCH | oklch(0.894 0.092 137.5) |
Copy-ready code
/* CSS */
color: #bfebaf;
background-color: #bfebaf;
/* Tailwind (arbitrary) */
class="text-[#bfebaf] bg-[#bfebaf]"
/* SCSS */
$brand: #bfebaf;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#bfebaf")Accessibility — WCAG contrast
Aa
#bfebaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebaf on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue68.6%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#bfebaf text on a black background
contrast 15.72:1
Card sample
#bfebaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebaf;
Background color
Panel with #bfebaf background
background-color: #bfebaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebaf; background: linear-gradient(135deg, #bfebaf, #AFEBC7);