#bccf64
a balanced, vivid green · cool · closest name: khaki
RGB
188, 207, 100
HSL
71°, 53%, 60%
CMYK
9, 0, 52, 19
Luminance
0.5624
Every format
| HEX | #bccf64 |
| RGB | rgb(188, 207, 100) |
| HSL | hsl(71, 53%, 60%) |
| CMYK | cmyk(9%, 0%, 52%, 19%) |
| LAB | lab(79.8 -22.0 50.4) |
| LCH | lch(79.8 55.0 113.6) |
| OKLCH | oklch(0.818 0.135 117.8) |
Copy-ready code
/* CSS */
color: #bccf64;
background-color: #bccf64;
/* Tailwind (arbitrary) */
class="text-[#bccf64] bg-[#bccf64]"
/* SCSS */
$brand: #bccf64;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.392)
/* Android */
Color.parseColor("#bccf64")Accessibility — WCAG contrast
Aa
#bccf64 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf64 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue39.2%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow51.7%
Key (black)18.8%
Color previews
#bccf64 text on a black background
contrast 12.25:1
Card sample
#bccf64 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf64;
Background color
Panel with #bccf64 background
background-color: #bccf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf64; background: linear-gradient(135deg, #bccf64, #75CF64);