#bccf6f
a balanced, vivid green · cool · closest name: khaki
RGB
188, 207, 111
HSL
72°, 50%, 62%
CMYK
9, 0, 46, 19
Luminance
0.5646
Every format
| HEX | #bccf6f |
| RGB | rgb(188, 207, 111) |
| HSL | hsl(72, 50%, 62%) |
| CMYK | cmyk(9%, 0%, 46%, 19%) |
| LAB | lab(79.9 -20.9 45.3) |
| LCH | lch(79.9 49.9 114.8) |
| OKLCH | oklch(0.819 0.123 118.4) |
Copy-ready code
/* CSS */
color: #bccf6f;
background-color: #bccf6f;
/* Tailwind (arbitrary) */
class="text-[#bccf6f] bg-[#bccf6f]"
/* SCSS */
$brand: #bccf6f;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#bccf6f")Accessibility — WCAG contrast
Aa
#bccf6f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf6f on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue43.5%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#bccf6f text on a black background
contrast 12.29:1
Card sample
#bccf6f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf6f;
Background color
Panel with #bccf6f background
background-color: #bccf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf6f; background: linear-gradient(135deg, #bccf6f, #7CCF6F);