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