#b3da70
a balanced, vivid green · cool · closest name: khaki
RGB
179, 218, 112
HSL
82°, 59%, 65%
CMYK
18, 0, 49, 15
Luminance
0.6090
Every format
| HEX | #b3da70 |
| RGB | rgb(179, 218, 112) |
| HSL | hsl(82, 59%, 65%) |
| CMYK | cmyk(18%, 0%, 49%, 15%) |
| LAB | lab(82.3 -29.6 47.7) |
| LCH | lch(82.3 56.1 121.8) |
| OKLCH | oklch(0.837 0.141 125.9) |
Copy-ready code
/* CSS */
color: #b3da70;
background-color: #b3da70;
/* Tailwind (arbitrary) */
class="text-[#b3da70] bg-[#b3da70]"
/* SCSS */
$brand: #b3da70;
/* SwiftUI */
Color(red: 0.702, green: 0.855, blue: 0.439)
/* Android */
Color.parseColor("#b3da70")Accessibility — WCAG contrast
Aa
#b3da70 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3da70 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green85.5%
Blue43.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow48.6%
Key (black)14.5%
Color previews
#b3da70 text on a black background
contrast 13.18:1
Card sample
#b3da70 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3da70;
Background color
Panel with #b3da70 background
background-color: #b3da70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3da70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 218, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 218, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3da70; background: linear-gradient(135deg, #b3da70, #70DA74);