#bfebda
a light, vivid green · cool · closest name: beige
RGB
191, 235, 218
HSL
157°, 52%, 84%
CMYK
19, 0, 7, 8
Luminance
0.7555
Every format
| HEX | #bfebda |
| RGB | rgb(191, 235, 218) |
| HSL | hsl(157, 52%, 84%) |
| CMYK | cmyk(19%, 0%, 7%, 8%) |
| LAB | lab(89.7 -17.5 3.6) |
| LCH | lch(89.7 17.9 168.5) |
| OKLCH | oklch(0.904 0.051 169.7) |
Copy-ready code
/* CSS */
color: #bfebda;
background-color: #bfebda;
/* Tailwind (arbitrary) */
class="text-[#bfebda] bg-[#bfebda]"
/* SCSS */
$brand: #bfebda;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#bfebda")Accessibility — WCAG contrast
Aa
#bfebda on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebda on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue85.5%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#bfebda text on a black background
contrast 16.11:1
Card sample
#bfebda text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebda;
Background color
Panel with #bfebda background
background-color: #bfebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebda; background: linear-gradient(135deg, #bfebda, #BFDFEB);