#bcd968
a balanced, vivid green · cool · closest name: khaki
RGB
188, 217, 104
HSL
75°, 60%, 63%
CMYK
13, 0, 52, 15
Luminance
0.6132
Every format
| HEX | #bcd968 |
| RGB | rgb(188, 217, 104) |
| HSL | hsl(75, 60%, 63%) |
| CMYK | cmyk(13%, 0%, 52%, 15%) |
| LAB | lab(82.5 -26.5 51.9) |
| LCH | lch(82.5 58.2 117.0) |
| OKLCH | oklch(0.840 0.144 121.5) |
Copy-ready code
/* CSS */
color: #bcd968;
background-color: #bcd968;
/* Tailwind (arbitrary) */
class="text-[#bcd968] bg-[#bcd968]"
/* SCSS */
$brand: #bcd968;
/* SwiftUI */
Color(red: 0.737, green: 0.851, blue: 0.408)
/* Android */
Color.parseColor("#bcd968")Accessibility — WCAG contrast
Aa
#bcd968 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd968 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.1%
Blue40.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow52.1%
Key (black)14.9%
Color previews
#bcd968 text on a black background
contrast 13.26:1
Card sample
#bcd968 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd968;
Background color
Panel with #bcd968 background
background-color: #bcd968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 217, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 217, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd968; background: linear-gradient(135deg, #bcd968, #70D968);