#b5ce39
a balanced, vivid green · cool · closest name: olivedrab
RGB
181, 206, 57
HSL
70°, 60%, 52%
CMYK
12, 0, 72, 19
Luminance
0.5426
Every format
| HEX | #b5ce39 |
| RGB | rgb(181, 206, 57) |
| HSL | hsl(70, 60%, 52%) |
| CMYK | cmyk(12%, 0%, 72%, 19%) |
| LAB | lab(78.6 -27.4 66.9) |
| LCH | lch(78.6 72.3 112.3) |
| OKLCH | oklch(0.806 0.169 118.8) |
Copy-ready code
/* CSS */
color: #b5ce39;
background-color: #b5ce39;
/* Tailwind (arbitrary) */
class="text-[#b5ce39] bg-[#b5ce39]"
/* SCSS */
$brand: #b5ce39;
/* SwiftUI */
Color(red: 0.710, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#b5ce39")Accessibility — WCAG contrast
Aa
#b5ce39 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ce39 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green80.8%
Blue22.4%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow72.3%
Key (black)19.2%
Color previews
#b5ce39 text on a black background
contrast 11.85:1
Card sample
#b5ce39 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ce39;
Background color
Panel with #b5ce39 background
background-color: #b5ce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ce39; background: linear-gradient(135deg, #b5ce39, #52CE39);