#baf026
a balanced, electric green · cool · closest name: yellow
RGB
186, 240, 38
HSL
76°, 87%, 55%
CMYK
23, 0, 84, 6
Luminance
0.7290
Every format
| HEX | #baf026 |
| RGB | rgb(186, 240, 38) |
| HSL | hsl(76, 87%, 55%) |
| CMYK | cmyk(23%, 0%, 84%, 6%) |
| LAB | lab(88.4 -41.7 81.1) |
| LCH | lch(88.4 91.2 117.2) |
| OKLCH | oklch(0.886 0.214 124.8) |
Copy-ready code
/* CSS */
color: #baf026;
background-color: #baf026;
/* Tailwind (arbitrary) */
class="text-[#baf026] bg-[#baf026]"
/* SCSS */
$brand: #baf026;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.149)
/* Android */
Color.parseColor("#baf026")Accessibility — WCAG contrast
Aa
#baf026 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf026 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue14.9%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow84.2%
Key (black)5.9%
Color previews
#baf026 text on a black background
contrast 15.58:1
Card sample
#baf026 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf026;
Background color
Panel with #baf026 background
background-color: #baf026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf026; background: linear-gradient(135deg, #baf026, #33F026);