#b1c44f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
177, 196, 79
HSL
70°, 50%, 54%
CMYK
10, 0, 60, 23
Luminance
0.4939
Every format
| HEX | #b1c44f |
| RGB | rgb(177, 196, 79) |
| HSL | hsl(70, 50%, 54%) |
| CMYK | cmyk(10%, 0%, 60%, 23%) |
| LAB | lab(75.7 -22.8 55.1) |
| LCH | lch(75.7 59.6 112.5) |
| OKLCH | oklch(0.783 0.143 117.6) |
Copy-ready code
/* CSS */
color: #b1c44f;
background-color: #b1c44f;
/* Tailwind (arbitrary) */
class="text-[#b1c44f] bg-[#b1c44f]"
/* SCSS */
$brand: #b1c44f;
/* SwiftUI */
Color(red: 0.694, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#b1c44f")Accessibility — WCAG contrast
Aa
#b1c44f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1c44f on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green76.9%
Blue31.0%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#b1c44f text on a black background
contrast 10.88:1
Card sample
#b1c44f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1c44f;
Background color
Panel with #b1c44f background
background-color: #b1c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1c44f; background: linear-gradient(135deg, #b1c44f, #63C44F);