#bccf5d
a balanced, vivid green · cool · closest name: khaki
RGB
188, 207, 93
HSL
70°, 54%, 59%
CMYK
9, 0, 55, 19
Luminance
0.5611
Every format
| HEX | #bccf5d |
| RGB | rgb(188, 207, 93) |
| HSL | hsl(70, 54%, 59%) |
| CMYK | cmyk(9%, 0%, 55%, 19%) |
| LAB | lab(79.7 -22.6 53.6) |
| LCH | lch(79.7 58.1 112.9) |
| OKLCH | oklch(0.817 0.141 117.5) |
Copy-ready code
/* CSS */
color: #bccf5d;
background-color: #bccf5d;
/* Tailwind (arbitrary) */
class="text-[#bccf5d] bg-[#bccf5d]"
/* SCSS */
$brand: #bccf5d;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.365)
/* Android */
Color.parseColor("#bccf5d")Accessibility — WCAG contrast
Aa
#bccf5d on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf5d on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue36.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow55.1%
Key (black)18.8%
Color previews
#bccf5d text on a black background
contrast 12.22:1
Card sample
#bccf5d text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf5d;
Background color
Panel with #bccf5d background
background-color: #bccf5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf5d; background: linear-gradient(135deg, #bccf5d, #70CF5D);