#b2cc9f
a light, soft green · cool · closest name: beige
RGB
178, 204, 159
HSL
95°, 31%, 71%
CMYK
13, 0, 22, 20
Luminance
0.5515
Every format
| HEX | #b2cc9f |
| RGB | rgb(178, 204, 159) |
| HSL | hsl(95, 31%, 71%) |
| CMYK | cmyk(13%, 0%, 22%, 20%) |
| LAB | lab(79.1 -16.9 19.6) |
| LCH | lch(79.1 25.9 130.8) |
| OKLCH | oklch(0.814 0.068 132.2) |
Copy-ready code
/* CSS */
color: #b2cc9f;
background-color: #b2cc9f;
/* Tailwind (arbitrary) */
class="text-[#b2cc9f] bg-[#b2cc9f]"
/* SCSS */
$brand: #b2cc9f;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#b2cc9f")Accessibility — WCAG contrast
Aa
#b2cc9f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cc9f on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue62.4%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow22.1%
Key (black)20.0%
Color previews
#b2cc9f text on a black background
contrast 12.03:1
Card sample
#b2cc9f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cc9f;
Background color
Panel with #b2cc9f background
background-color: #b2cc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cc9f; background: linear-gradient(135deg, #b2cc9f, #9FCCAA);