#bfceac
a light, soft green · cool · closest name: beige
RGB
191, 206, 172
HSL
87°, 26%, 74%
CMYK
7, 0, 17, 19
Luminance
0.5820
Every format
| HEX | #bfceac |
| RGB | rgb(191, 206, 172) |
| HSL | hsl(87, 26%, 74%) |
| CMYK | cmyk(7%, 0%, 17%, 19%) |
| LAB | lab(80.8 -11.1 15.2) |
| LCH | lch(80.8 18.9 126.2) |
| OKLCH | oklch(0.831 0.049 126.9) |
Copy-ready code
/* CSS */
color: #bfceac;
background-color: #bfceac;
/* Tailwind (arbitrary) */
class="text-[#bfceac] bg-[#bfceac]"
/* SCSS */
$brand: #bfceac;
/* SwiftUI */
Color(red: 0.749, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#bfceac")Accessibility — WCAG contrast
Aa
#bfceac on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfceac on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.8%
Blue67.5%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#bfceac text on a black background
contrast 12.64:1
Card sample
#bfceac text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfceac;
Background color
Panel with #bfceac background
background-color: #bfceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfceac; background: linear-gradient(135deg, #bfceac, #ACCEB0);