#b3c113
a dark, electric yellow · cool · closest name: gold
RGB
179, 193, 19
HSL
65°, 82%, 42%
CMYK
7, 0, 90, 24
Luminance
0.4777
Every format
| HEX | #b3c113 |
| RGB | rgb(179, 193, 19) |
| HSL | hsl(65, 82%, 42%) |
| CMYK | cmyk(7%, 0%, 90%, 24%) |
| LAB | lab(74.7 -23.2 73.1) |
| LCH | lch(74.7 76.7 107.6) |
| OKLCH | oklch(0.774 0.172 115.0) |
Copy-ready code
/* CSS */
color: #b3c113;
background-color: #b3c113;
/* Tailwind (arbitrary) */
class="text-[#b3c113] bg-[#b3c113]"
/* SCSS */
$brand: #b3c113;
/* SwiftUI */
Color(red: 0.702, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#b3c113")Accessibility — WCAG contrast
Aa
#b3c113 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c113 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green75.7%
Blue7.5%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#b3c113 text on a black background
contrast 10.55:1
Card sample
#b3c113 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c113;
Background color
Panel with #b3c113 background
background-color: #b3c113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c113; background: linear-gradient(135deg, #b3c113, #3FC113);