#baf892
a light, electric green · cool · closest name: khaki
RGB
186, 248, 146
HSL
97°, 88%, 77%
CMYK
25, 0, 41, 3
Luminance
0.7965
Every format
| HEX | #baf892 |
| RGB | rgb(186, 248, 146) |
| HSL | hsl(97, 88%, 77%) |
| CMYK | cmyk(25%, 0%, 41%, 3%) |
| LAB | lab(91.5 -36.9 42.8) |
| LCH | lch(91.5 56.5 130.8) |
| OKLCH | oklch(0.914 0.146 134.0) |
Copy-ready code
/* CSS */
color: #baf892;
background-color: #baf892;
/* Tailwind (arbitrary) */
class="text-[#baf892] bg-[#baf892]"
/* SCSS */
$brand: #baf892;
/* SwiftUI */
Color(red: 0.729, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#baf892")Accessibility — WCAG contrast
Aa
#baf892 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf892 on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.3%
Blue57.3%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#baf892 text on a black background
contrast 16.93:1
Card sample
#baf892 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf892;
Background color
Panel with #baf892 background
background-color: #baf892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf892; background: linear-gradient(135deg, #baf892, #92F8AE);