#b2d44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
178, 212, 79
HSL
75°, 61%, 57%
CMYK
16, 0, 63, 17
Luminance
0.5712
Every format
| HEX | #b2d44f |
| RGB | rgb(178, 212, 79) |
| HSL | hsl(75, 61%, 57%) |
| CMYK | cmyk(16%, 0%, 63%, 17%) |
| LAB | lab(80.2 -30.1 60.1) |
| LCH | lch(80.2 67.2 116.6) |
| OKLCH | oklch(0.819 0.163 122.3) |
Copy-ready code
/* CSS */
color: #b2d44f;
background-color: #b2d44f;
/* Tailwind (arbitrary) */
class="text-[#b2d44f] bg-[#b2d44f]"
/* SCSS */
$brand: #b2d44f;
/* SwiftUI */
Color(red: 0.698, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#b2d44f")Accessibility — WCAG contrast
Aa
#b2d44f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2d44f on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green83.1%
Blue31.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#b2d44f text on a black background
contrast 12.42:1
Card sample
#b2d44f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2d44f;
Background color
Panel with #b2d44f background
background-color: #b2d44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2d44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2d44f; background: linear-gradient(135deg, #b2d44f, #5AD44F);