#b2cc8f
a light, soft green · cool · closest name: khaki
RGB
178, 204, 143
HSL
86°, 37%, 68%
CMYK
13, 0, 30, 20
Luminance
0.5463
Every format
| HEX | #b2cc8f |
| RGB | rgb(178, 204, 143) |
| HSL | hsl(86, 37%, 68%) |
| CMYK | cmyk(13%, 0%, 30%, 20%) |
| LAB | lab(78.8 -19.3 27.6) |
| LCH | lch(78.8 33.7 125.0) |
| OKLCH | oklch(0.811 0.087 127.0) |
Copy-ready code
/* CSS */
color: #b2cc8f;
background-color: #b2cc8f;
/* Tailwind (arbitrary) */
class="text-[#b2cc8f] bg-[#b2cc8f]"
/* SCSS */
$brand: #b2cc8f;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#b2cc8f")Accessibility — WCAG contrast
Aa
#b2cc8f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cc8f on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue56.1%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#b2cc8f text on a black background
contrast 11.93:1
Card sample
#b2cc8f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cc8f;
Background color
Panel with #b2cc8f background
background-color: #b2cc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cc8f; background: linear-gradient(135deg, #b2cc8f, #8FCC95);