#b6c44f
a balanced, vivid yellow · cool · closest name: khaki
RGB
182, 196, 79
HSL
67°, 50%, 54%
CMYK
7, 0, 60, 23
Luminance
0.4999
Every format
| HEX | #b6c44f |
| RGB | rgb(182, 196, 79) |
| HSL | hsl(67, 50%, 54%) |
| CMYK | cmyk(7%, 0%, 60%, 23%) |
| LAB | lab(76.1 -20.8 55.6) |
| LCH | lch(76.1 59.4 110.5) |
| OKLCH | oklch(0.786 0.142 115.5) |
Copy-ready code
/* CSS */
color: #b6c44f;
background-color: #b6c44f;
/* Tailwind (arbitrary) */
class="text-[#b6c44f] bg-[#b6c44f]"
/* SCSS */
$brand: #b6c44f;
/* SwiftUI */
Color(red: 0.714, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#b6c44f")Accessibility — WCAG contrast
Aa
#b6c44f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c44f on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green76.9%
Blue31.0%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#b6c44f text on a black background
contrast 11.00:1
Card sample
#b6c44f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c44f;
Background color
Panel with #b6c44f background
background-color: #b6c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c44f; background: linear-gradient(135deg, #b6c44f, #68C44F);