#baf993
a light, electric green · cool · closest name: khaki
RGB
186, 249, 147
HSL
97°, 90%, 78%
CMYK
25, 0, 41, 2
Luminance
0.8030
Every format
| HEX | #baf993 |
| RGB | rgb(186, 249, 147) |
| HSL | hsl(97, 90%, 78%) |
| CMYK | cmyk(25%, 0%, 41%, 2%) |
| LAB | lab(91.8 -37.3 42.7) |
| LCH | lch(91.8 56.7 131.1) |
| OKLCH | oklch(0.916 0.146 134.3) |
Copy-ready code
/* CSS */
color: #baf993;
background-color: #baf993;
/* Tailwind (arbitrary) */
class="text-[#baf993] bg-[#baf993]"
/* SCSS */
$brand: #baf993;
/* SwiftUI */
Color(red: 0.729, green: 0.976, blue: 0.576)
/* Android */
Color.parseColor("#baf993")Accessibility — WCAG contrast
Aa
#baf993 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf993 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green97.6%
Blue57.6%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow41.0%
Key (black)2.4%
Color previews
#baf993 text on a black background
contrast 17.06:1
Card sample
#baf993 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf993;
Background color
Panel with #baf993 background
background-color: #baf993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 249, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 249, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf993; background: linear-gradient(135deg, #baf993, #93F9B0);