#bfebc2
a light, vivid green · cool · closest name: beige
RGB
191, 235, 194
HSL
124°, 52%, 84%
CMYK
19, 0, 17, 8
Luminance
0.7439
Every format
| HEX | #bfebc2 |
| RGB | rgb(191, 235, 194) |
| HSL | hsl(124, 52%, 84%) |
| CMYK | cmyk(19%, 0%, 17%, 8%) |
| LAB | lab(89.1 -21.9 15.3) |
| LCH | lch(89.1 26.7 145.1) |
| OKLCH | oklch(0.898 0.072 146.8) |
Copy-ready code
/* CSS */
color: #bfebc2;
background-color: #bfebc2;
/* Tailwind (arbitrary) */
class="text-[#bfebc2] bg-[#bfebc2]"
/* SCSS */
$brand: #bfebc2;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#bfebc2")Accessibility — WCAG contrast
Aa
#bfebc2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebc2 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue76.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow17.4%
Key (black)7.8%
Color previews
#bfebc2 text on a black background
contrast 15.88:1
Card sample
#bfebc2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebc2;
Background color
Panel with #bfebc2 background
background-color: #bfebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebc2; background: linear-gradient(135deg, #bfebc2, #BFEBDF);