#b2ce49
a balanced, vivid green · cool · closest name: olivedrab
RGB
178, 206, 73
HSL
73°, 58%, 55%
CMYK
14, 0, 65, 19
Luminance
0.5409
Every format
| HEX | #b2ce49 |
| RGB | rgb(178, 206, 73) |
| HSL | hsl(73, 58%, 55%) |
| CMYK | cmyk(14%, 0%, 65%, 19%) |
| LAB | lab(78.5 -27.7 60.7) |
| LCH | lch(78.5 66.7 114.5) |
| OKLCH | oklch(0.805 0.160 120.3) |
Copy-ready code
/* CSS */
color: #b2ce49;
background-color: #b2ce49;
/* Tailwind (arbitrary) */
class="text-[#b2ce49] bg-[#b2ce49]"
/* SCSS */
$brand: #b2ce49;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.286)
/* Android */
Color.parseColor("#b2ce49")Accessibility — WCAG contrast
Aa
#b2ce49 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ce49 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue28.6%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow64.6%
Key (black)19.2%
Color previews
#b2ce49 text on a black background
contrast 11.82:1
Card sample
#b2ce49 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ce49;
Background color
Panel with #b2ce49 background
background-color: #b2ce49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ce49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ce49; background: linear-gradient(135deg, #b2ce49, #59CE49);