#bfd6bc
a light, soft green · cool · closest name: beige
RGB
191, 214, 188
HSL
113°, 24%, 79%
CMYK
11, 0, 12, 16
Luminance
0.6280
Every format
| HEX | #bfd6bc |
| RGB | rgb(191, 214, 188) |
| HSL | hsl(113, 24%, 79%) |
| CMYK | cmyk(11%, 0%, 12%, 16%) |
| LAB | lab(83.3 -12.5 10.3) |
| LCH | lch(83.3 16.2 140.6) |
| OKLCH | oklch(0.852 0.043 142.0) |
Copy-ready code
/* CSS */
color: #bfd6bc;
background-color: #bfd6bc;
/* Tailwind (arbitrary) */
class="text-[#bfd6bc] bg-[#bfd6bc]"
/* SCSS */
$brand: #bfd6bc;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.737)
/* Android */
Color.parseColor("#bfd6bc")Accessibility — WCAG contrast
Aa
#bfd6bc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6bc on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue73.7%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow12.1%
Key (black)16.1%
Color previews
#bfd6bc text on a black background
contrast 13.56:1
Card sample
#bfd6bc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6bc;
Background color
Panel with #bfd6bc background
background-color: #bfd6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6bc; background: linear-gradient(135deg, #bfd6bc, #BCD6CA);