#bcc69f
a light, soft green · cool · closest name: tan
RGB
188, 198, 159
HSL
75°, 26%, 70%
CMYK
5, 0, 20, 22
Luminance
0.5358
Every format
| HEX | #bcc69f |
| RGB | rgb(188, 198, 159) |
| HSL | hsl(75, 26%, 70%) |
| CMYK | cmyk(5%, 0%, 20%, 22%) |
| LAB | lab(78.2 -10.2 18.4) |
| LCH | lch(78.2 21.1 118.9) |
| OKLCH | oklch(0.809 0.054 119.3) |
Copy-ready code
/* CSS */
color: #bcc69f;
background-color: #bcc69f;
/* Tailwind (arbitrary) */
class="text-[#bcc69f] bg-[#bcc69f]"
/* SCSS */
$brand: #bcc69f;
/* SwiftUI */
Color(red: 0.737, green: 0.776, blue: 0.624)
/* Android */
Color.parseColor("#bcc69f")Accessibility — WCAG contrast
Aa
#bcc69f on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcc69f on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green77.6%
Blue62.4%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow19.7%
Key (black)22.4%
Color previews
#bcc69f text on a black background
contrast 11.72:1
Card sample
#bcc69f text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcc69f;
Background color
Panel with #bcc69f background
background-color: #bcc69f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcc69f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 198, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 198, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcc69f; background: linear-gradient(135deg, #bcc69f, #A2C69F);