#bfebcf
a light, vivid green · cool · closest name: beige
RGB
191, 235, 207
HSL
142°, 52%, 84%
CMYK
19, 0, 12, 8
Luminance
0.7500
Every format
| HEX | #bfebcf |
| RGB | rgb(191, 235, 207) |
| HSL | hsl(142, 52%, 84%) |
| CMYK | cmyk(19%, 0%, 12%, 8%) |
| LAB | lab(89.4 -19.6 8.9) |
| LCH | lch(89.4 21.5 155.5) |
| OKLCH | oklch(0.901 0.059 157.1) |
Copy-ready code
/* CSS */
color: #bfebcf;
background-color: #bfebcf;
/* Tailwind (arbitrary) */
class="text-[#bfebcf] bg-[#bfebcf]"
/* SCSS */
$brand: #bfebcf;
/* SwiftUI */
Color(red: 0.749, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#bfebcf")Accessibility — WCAG contrast
Aa
#bfebcf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfebcf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.2%
Blue81.2%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#bfebcf text on a black background
contrast 16.00:1
Card sample
#bfebcf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfebcf;
Background color
Panel with #bfebcf background
background-color: #bfebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfebcf; background: linear-gradient(135deg, #bfebcf, #BFEAEB);