#b2c62f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
178, 198, 47
HSL
68°, 62%, 48%
CMYK
10, 0, 76, 22
Luminance
0.5006
Every format
| HEX | #b2c62f |
| RGB | rgb(178, 198, 47) |
| HSL | hsl(68, 62%, 48%) |
| CMYK | cmyk(10%, 0%, 76%, 22%) |
| LAB | lab(76.1 -25.2 67.7) |
| LCH | lch(76.1 72.2 110.4) |
| OKLCH | oklch(0.785 0.167 117.2) |
Copy-ready code
/* CSS */
color: #b2c62f;
background-color: #b2c62f;
/* Tailwind (arbitrary) */
class="text-[#b2c62f] bg-[#b2c62f]"
/* SCSS */
$brand: #b2c62f;
/* SwiftUI */
Color(red: 0.698, green: 0.776, blue: 0.184)
/* Android */
Color.parseColor("#b2c62f")Accessibility — WCAG contrast
Aa
#b2c62f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c62f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green77.6%
Blue18.4%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow76.3%
Key (black)22.4%
Color previews
#b2c62f text on a black background
contrast 11.01:1
Card sample
#b2c62f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c62f;
Background color
Panel with #b2c62f background
background-color: #b2c62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 198, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 198, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c62f; background: linear-gradient(135deg, #b2c62f, #4DC62F);