#bccf83
a light, soft green · cool · closest name: khaki
RGB
188, 207, 131
HSL
75°, 44%, 66%
CMYK
9, 0, 37, 19
Luminance
0.5696
Every format
| HEX | #bccf83 |
| RGB | rgb(188, 207, 131) |
| HSL | hsl(75, 44%, 66%) |
| CMYK | cmyk(9%, 0%, 37%, 19%) |
| LAB | lab(80.2 -18.7 35.7) |
| LCH | lch(80.2 40.3 117.6) |
| OKLCH | oklch(0.822 0.102 120.1) |
Copy-ready code
/* CSS */
color: #bccf83;
background-color: #bccf83;
/* Tailwind (arbitrary) */
class="text-[#bccf83] bg-[#bccf83]"
/* SCSS */
$brand: #bccf83;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.514)
/* Android */
Color.parseColor("#bccf83")Accessibility — WCAG contrast
Aa
#bccf83 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf83 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue51.4%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow36.7%
Key (black)18.8%
Color previews
#bccf83 text on a black background
contrast 12.39:1
Card sample
#bccf83 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf83;
Background color
Panel with #bccf83 background
background-color: #bccf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf83; background: linear-gradient(135deg, #bccf83, #89CF83);