#b3c71f
a balanced, vivid yellow · cool · closest name: gold
RGB
179, 199, 31
HSL
67°, 73%, 45%
CMYK
10, 0, 84, 22
Luminance
0.5053
Every format
| HEX | #b3c71f |
| RGB | rgb(179, 199, 31) |
| HSL | hsl(67, 73%, 45%) |
| CMYK | cmyk(10%, 0%, 84%, 22%) |
| LAB | lab(76.4 -25.9 72.2) |
| LCH | lch(76.4 76.7 109.7) |
| OKLCH | oklch(0.788 0.175 117.0) |
Copy-ready code
/* CSS */
color: #b3c71f;
background-color: #b3c71f;
/* Tailwind (arbitrary) */
class="text-[#b3c71f] bg-[#b3c71f]"
/* SCSS */
$brand: #b3c71f;
/* SwiftUI */
Color(red: 0.702, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#b3c71f")Accessibility — WCAG contrast
Aa
#b3c71f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c71f on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green78.0%
Blue12.2%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#b3c71f text on a black background
contrast 11.11:1
Card sample
#b3c71f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c71f;
Background color
Panel with #b3c71f background
background-color: #b3c71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c71f; background: linear-gradient(135deg, #b3c71f, #43C71F);