#b6f31d
a balanced, electric green · cool · closest name: yellow
RGB
182, 243, 29
HSL
77°, 90%, 53%
CMYK
25, 0, 88, 5
Luminance
0.7413
Every format
| HEX | #b6f31d |
| RGB | rgb(182, 243, 29) |
| HSL | hsl(77, 90%, 53%) |
| CMYK | cmyk(25%, 0%, 88%, 5%) |
| LAB | lab(89.0 -44.7 83.2) |
| LCH | lch(89.0 94.4 118.3) |
| OKLCH | oklch(0.890 0.222 126.1) |
Copy-ready code
/* CSS */
color: #b6f31d;
background-color: #b6f31d;
/* Tailwind (arbitrary) */
class="text-[#b6f31d] bg-[#b6f31d]"
/* SCSS */
$brand: #b6f31d;
/* SwiftUI */
Color(red: 0.714, green: 0.953, blue: 0.114)
/* Android */
Color.parseColor("#b6f31d")Accessibility — WCAG contrast
Aa
#b6f31d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6f31d on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green95.3%
Blue11.4%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow88.1%
Key (black)4.7%
Color previews
#b6f31d text on a black background
contrast 15.83:1
Card sample
#b6f31d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6f31d;
Background color
Panel with #b6f31d background
background-color: #b6f31d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6f31d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 243, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 243, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6f31d; background: linear-gradient(135deg, #b6f31d, #27F31D);