#bfcdaf
a light, soft green · cool · closest name: beige
RGB
191, 205, 175
HSL
88°, 23%, 75%
CMYK
7, 0, 15, 20
Luminance
0.5783
Every format
| HEX | #bfcdaf |
| RGB | rgb(191, 205, 175) |
| HSL | hsl(88, 23%, 75%) |
| CMYK | cmyk(7%, 0%, 15%, 20%) |
| LAB | lab(80.7 -10.1 13.3) |
| LCH | lch(80.7 16.8 127.2) |
| OKLCH | oklch(0.830 0.044 127.8) |
Copy-ready code
/* CSS */
color: #bfcdaf;
background-color: #bfcdaf;
/* Tailwind (arbitrary) */
class="text-[#bfcdaf] bg-[#bfcdaf]"
/* SCSS */
$brand: #bfcdaf;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#bfcdaf")Accessibility — WCAG contrast
Aa
#bfcdaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcdaf on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue68.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#bfcdaf text on a black background
contrast 12.57:1
Card sample
#bfcdaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcdaf;
Background color
Panel with #bfcdaf background
background-color: #bfcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcdaf; background: linear-gradient(135deg, #bfcdaf, #AFCDB3);