#baf355
a balanced, electric green · cool · closest name: yellow
RGB
186, 243, 85
HSL
82°, 87%, 64%
CMYK
24, 0, 65, 5
Luminance
0.7520
Every format
| HEX | #baf355 |
| RGB | rgb(186, 243, 85) |
| HSL | hsl(82, 87%, 64%) |
| CMYK | cmyk(24%, 0%, 65%, 5%) |
| LAB | lab(89.5 -40.7 67.7) |
| LCH | lch(89.5 79.0 121.0) |
| OKLCH | oklch(0.895 0.193 127.0) |
Copy-ready code
/* CSS */
color: #baf355;
background-color: #baf355;
/* Tailwind (arbitrary) */
class="text-[#baf355] bg-[#baf355]"
/* SCSS */
$brand: #baf355;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.333)
/* Android */
Color.parseColor("#baf355")Accessibility — WCAG contrast
Aa
#baf355 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf355 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue33.3%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow65.0%
Key (black)4.7%
Color previews
#baf355 text on a black background
contrast 16.04:1
Card sample
#baf355 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf355;
Background color
Panel with #baf355 background
background-color: #baf355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf355; background: linear-gradient(135deg, #baf355, #55F359);