#b3c44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
179, 196, 79
HSL
69°, 50%, 54%
CMYK
9, 0, 60, 23
Luminance
0.4963
Every format
| HEX | #b3c44f |
| RGB | rgb(179, 196, 79) |
| HSL | hsl(69, 50%, 54%) |
| CMYK | cmyk(9%, 0%, 60%, 23%) |
| LAB | lab(75.8 -22.0 55.3) |
| LCH | lch(75.8 59.5 111.7) |
| OKLCH | oklch(0.784 0.143 116.8) |
Copy-ready code
/* CSS */
color: #b3c44f;
background-color: #b3c44f;
/* Tailwind (arbitrary) */
class="text-[#b3c44f] bg-[#b3c44f]"
/* SCSS */
$brand: #b3c44f;
/* SwiftUI */
Color(red: 0.702, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#b3c44f")Accessibility — WCAG contrast
Aa
#b3c44f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c44f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.9%
Blue31.0%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#b3c44f text on a black background
contrast 10.93:1
Card sample
#b3c44f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c44f;
Background color
Panel with #b3c44f background
background-color: #b3c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c44f; background: linear-gradient(135deg, #b3c44f, #65C44F);