#bfdec1
a light, soft green · cool · closest name: beige
RGB
191, 222, 193
HSL
124°, 32%, 81%
CMYK
14, 0, 13, 13
Luminance
0.6717
Every format
| HEX | #bfdec1 |
| RGB | rgb(191, 222, 193) |
| HSL | hsl(124, 32%, 81%) |
| CMYK | cmyk(14%, 0%, 13%, 13%) |
| LAB | lab(85.6 -15.7 10.8) |
| LCH | lch(85.6 19.1 145.4) |
| OKLCH | oklch(0.870 0.051 146.9) |
Copy-ready code
/* CSS */
color: #bfdec1;
background-color: #bfdec1;
/* Tailwind (arbitrary) */
class="text-[#bfdec1] bg-[#bfdec1]"
/* SCSS */
$brand: #bfdec1;
/* SwiftUI */
Color(red: 0.749, green: 0.871, blue: 0.757)
/* Android */
Color.parseColor("#bfdec1")Accessibility — WCAG contrast
Aa
#bfdec1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdec1 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.1%
Blue75.7%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow13.1%
Key (black)12.9%
Color previews
#bfdec1 text on a black background
contrast 14.43:1
Card sample
#bfdec1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdec1;
Background color
Panel with #bfdec1 background
background-color: #bfdec1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdec1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 222, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 222, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdec1; background: linear-gradient(135deg, #bfdec1, #BFDED6);