#bccf7f
a light, vivid green · cool · closest name: khaki
RGB
188, 207, 127
HSL
74°, 46%, 66%
CMYK
9, 0, 39, 19
Luminance
0.5685
Every format
| HEX | #bccf7f |
| RGB | rgb(188, 207, 127) |
| HSL | hsl(74, 46%, 66%) |
| CMYK | cmyk(9%, 0%, 39%, 19%) |
| LAB | lab(80.1 -19.1 37.6) |
| LCH | lch(80.1 42.2 117.0) |
| OKLCH | oklch(0.822 0.106 119.7) |
Copy-ready code
/* CSS */
color: #bccf7f;
background-color: #bccf7f;
/* Tailwind (arbitrary) */
class="text-[#bccf7f] bg-[#bccf7f]"
/* SCSS */
$brand: #bccf7f;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#bccf7f")Accessibility — WCAG contrast
Aa
#bccf7f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf7f on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue49.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#bccf7f text on a black background
contrast 12.37:1
Card sample
#bccf7f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf7f;
Background color
Panel with #bccf7f background
background-color: #bccf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf7f; background: linear-gradient(135deg, #bccf7f, #87CF7F);