#baf855
a light, electric green · cool · closest name: yellow
RGB
186, 248, 85
HSL
83°, 92%, 65%
CMYK
25, 0, 66, 3
Luminance
0.7823
Every format
| HEX | #baf855 |
| RGB | rgb(186, 248, 85) |
| HSL | hsl(83, 92%, 65%) |
| CMYK | cmyk(25%, 0%, 66%, 3%) |
| LAB | lab(90.9 -42.9 69.2) |
| LCH | lch(90.9 81.4 121.8) |
| OKLCH | oklch(0.907 0.199 127.8) |
Copy-ready code
/* CSS */
color: #baf855;
background-color: #baf855;
/* Tailwind (arbitrary) */
class="text-[#baf855] bg-[#baf855]"
/* SCSS */
$brand: #baf855;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.333)
/* Android */
Color.parseColor("#baf855")Accessibility — WCAG contrast
Aa
#baf855 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf855 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue33.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow65.7%
Key (black)2.7%
Color previews
#baf855 text on a black background
contrast 16.65:1
Card sample
#baf855 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf855;
Background color
Panel with #baf855 background
background-color: #baf855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf855; background: linear-gradient(135deg, #baf855, #55F85D);