#b1e045
a balanced, vivid green · cool · closest name: yellow
RGB
177, 224, 69
HSL
78°, 71%, 58%
CMYK
21, 0, 69, 12
Luminance
0.6309
Every format
| HEX | #b1e045 |
| RGB | rgb(177, 224, 69) |
| HSL | hsl(78, 71%, 58%) |
| CMYK | cmyk(21%, 0%, 69%, 12%) |
| LAB | lab(83.5 -36.7 67.3) |
| LCH | lch(83.5 76.7 118.6) |
| OKLCH | oklch(0.845 0.185 125.0) |
Copy-ready code
/* CSS */
color: #b1e045;
background-color: #b1e045;
/* Tailwind (arbitrary) */
class="text-[#b1e045] bg-[#b1e045]"
/* SCSS */
$brand: #b1e045;
/* SwiftUI */
Color(red: 0.694, green: 0.878, blue: 0.271)
/* Android */
Color.parseColor("#b1e045")Accessibility — WCAG contrast
Aa
#b1e045 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1e045 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.8%
Blue27.1%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow69.2%
Key (black)12.2%
Color previews
#b1e045 text on a black background
contrast 13.62:1
Card sample
#b1e045 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1e045;
Background color
Panel with #b1e045 background
background-color: #b1e045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1e045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 224, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 224, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1e045; background: linear-gradient(135deg, #b1e045, #4AE045);