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