#baf862
a light, electric green · cool · closest name: yellow
RGB
186, 248, 98
HSL
85°, 92%, 68%
CMYK
25, 0, 61, 3
Luminance
0.7846
Every format
| HEX | #baf862 |
| RGB | rgb(186, 248, 98) |
| HSL | hsl(85, 92%, 68%) |
| CMYK | cmyk(25%, 0%, 61%, 3%) |
| LAB | lab(91.0 -41.9 64.1) |
| LCH | lch(91.0 76.6 123.2) |
| OKLCH | oklch(0.908 0.190 128.6) |
Copy-ready code
/* CSS */
color: #baf862;
background-color: #baf862;
/* Tailwind (arbitrary) */
class="text-[#baf862] bg-[#baf862]"
/* SCSS */
$brand: #baf862;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.384)
/* Android */
Color.parseColor("#baf862")Accessibility — WCAG contrast
Aa
#baf862 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf862 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue38.4%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow60.5%
Key (black)2.7%
Color previews
#baf862 text on a black background
contrast 16.69:1
Card sample
#baf862 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf862;
Background color
Panel with #baf862 background
background-color: #baf862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf862; background: linear-gradient(135deg, #baf862, #62F86E);