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