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