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