#b2cd79
a balanced, vivid green · cool · closest name: khaki
RGB
178, 205, 121
HSL
79°, 46%, 64%
CMYK
13, 0, 41, 20
Luminance
0.5451
Every format
| HEX | #b2cd79 |
| RGB | rgb(178, 205, 121) |
| HSL | hsl(79, 46%, 64%) |
| CMYK | cmyk(13%, 0%, 41%, 20%) |
| LAB | lab(78.8 -22.7 38.8) |
| LCH | lch(78.8 45.0 120.3) |
| OKLCH | oklch(0.809 0.114 123.5) |
Copy-ready code
/* CSS */
color: #b2cd79;
background-color: #b2cd79;
/* Tailwind (arbitrary) */
class="text-[#b2cd79] bg-[#b2cd79]"
/* SCSS */
$brand: #b2cd79;
/* SwiftUI */
Color(red: 0.698, green: 0.804, blue: 0.475)
/* Android */
Color.parseColor("#b2cd79")Accessibility — WCAG contrast
Aa
#b2cd79 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cd79 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.4%
Blue47.5%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow41.0%
Key (black)19.6%
Color previews
#b2cd79 text on a black background
contrast 11.90:1
Card sample
#b2cd79 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cd79;
Background color
Panel with #b2cd79 background
background-color: #b2cd79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cd79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 205, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 205, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cd79; background: linear-gradient(135deg, #b2cd79, #7ACD79);