#bccf96
a light, soft green · cool · closest name: tan
RGB
188, 207, 150
HSL
80°, 37%, 70%
CMYK
9, 0, 28, 19
Luminance
0.5752
Every format
| HEX | #bccf96 |
| RGB | rgb(188, 207, 150) |
| HSL | hsl(80, 37%, 70%) |
| CMYK | cmyk(9%, 0%, 28%, 19%) |
| LAB | lab(80.5 -16.1 26.3) |
| LCH | lch(80.5 30.8 121.5) |
| OKLCH | oklch(0.826 0.079 123.1) |
Copy-ready code
/* CSS */
color: #bccf96;
background-color: #bccf96;
/* Tailwind (arbitrary) */
class="text-[#bccf96] bg-[#bccf96]"
/* SCSS */
$brand: #bccf96;
/* SwiftUI */
Color(red: 0.737, green: 0.812, blue: 0.588)
/* Android */
Color.parseColor("#bccf96")Accessibility — WCAG contrast
Aa
#bccf96 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bccf96 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green81.2%
Blue58.8%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow27.5%
Key (black)18.8%
Color previews
#bccf96 text on a black background
contrast 12.50:1
Card sample
#bccf96 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bccf96;
Background color
Panel with #bccf96 background
background-color: #bccf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bccf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 207, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 207, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bccf96; background: linear-gradient(135deg, #bccf96, #96CF96);