#baeb0f
a balanced, electric green · cool · closest name: yellow
RGB
186, 235, 15
HSL
73°, 88%, 49%
CMYK
21, 0, 94, 8
Luminance
0.6989
Every format
| HEX | #baeb0f |
| RGB | rgb(186, 235, 15) |
| HSL | hsl(73, 88%, 49%) |
| CMYK | cmyk(21%, 0%, 94%, 8%) |
| LAB | lab(86.9 -40.0 83.5) |
| LCH | lch(86.9 92.6 115.6) |
| OKLCH | oklch(0.874 0.214 123.6) |
Copy-ready code
/* CSS */
color: #baeb0f;
background-color: #baeb0f;
/* Tailwind (arbitrary) */
class="text-[#baeb0f] bg-[#baeb0f]"
/* SCSS */
$brand: #baeb0f;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.059)
/* Android */
Color.parseColor("#baeb0f")Accessibility — WCAG contrast
Aa
#baeb0f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb0f on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue5.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow93.6%
Key (black)7.8%
Color previews
#baeb0f text on a black background
contrast 14.98:1
Card sample
#baeb0f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb0f;
Background color
Panel with #baeb0f background
background-color: #baeb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb0f; background: linear-gradient(135deg, #baeb0f, #27EB0F);