#bfdfaf
a light, soft green · cool · closest name: beige
RGB
191, 223, 175
HSL
100°, 43%, 78%
CMYK
14, 0, 22, 13
Luminance
0.6695
Every format
| HEX | #bfdfaf |
| RGB | rgb(191, 223, 175) |
| HSL | hsl(100, 43%, 78%) |
| CMYK | cmyk(14%, 0%, 22%, 13%) |
| LAB | lab(85.5 -19.2 20.1) |
| LCH | lch(85.5 27.8 133.7) |
| OKLCH | oklch(0.868 0.073 135.3) |
Copy-ready code
/* CSS */
color: #bfdfaf;
background-color: #bfdfaf;
/* Tailwind (arbitrary) */
class="text-[#bfdfaf] bg-[#bfdfaf]"
/* SCSS */
$brand: #bfdfaf;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.686)
/* Android */
Color.parseColor("#bfdfaf")Accessibility — WCAG contrast
Aa
#bfdfaf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdfaf on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow21.5%
Key (black)12.5%
Color previews
#bfdfaf text on a black background
contrast 14.39:1
Card sample
#bfdfaf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdfaf;
Background color
Panel with #bfdfaf background
background-color: #bfdfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdfaf; background: linear-gradient(135deg, #bfdfaf, #AFDFBF);