#bfceaf
a light, soft green · cool · closest name: beige
RGB
191, 206, 175
HSL
89°, 24%, 75%
CMYK
7, 0, 15, 19
Luminance
0.5831
Every format
| HEX | #bfceaf |
| RGB | rgb(191, 206, 175) |
| HSL | hsl(89, 24%, 75%) |
| CMYK | cmyk(7%, 0%, 15%, 19%) |
| LAB | lab(80.9 -10.7 13.7) |
| LCH | lch(80.9 17.4 127.8) |
| OKLCH | oklch(0.832 0.045 128.5) |
Copy-ready code
/* CSS */
color: #bfceaf;
background-color: #bfceaf;
/* Tailwind (arbitrary) */
class="text-[#bfceaf] bg-[#bfceaf]"
/* SCSS */
$brand: #bfceaf;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#bfceaf")Accessibility — WCAG contrast
Aa
#bfceaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfceaf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue68.6%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#bfceaf text on a black background
contrast 12.66:1
Card sample
#bfceaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfceaf;
Background color
Panel with #bfceaf background
background-color: #bfceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfceaf; background: linear-gradient(135deg, #bfceaf, #AFCEB4);