#bae968
a light, vivid green · cool · closest name: khaki
RGB
186, 233, 104
HSL
82°, 75%, 66%
CMYK
20, 0, 55, 9
Luminance
0.6972
Every format
| HEX | #bae968 |
| RGB | rgb(186, 233, 104) |
| HSL | hsl(82, 75%, 66%) |
| CMYK | cmyk(20%, 0%, 55%, 9%) |
| LAB | lab(86.9 -34.7 56.8) |
| LCH | lch(86.9 66.6 121.4) |
| OKLCH | oklch(0.875 0.165 126.3) |
Copy-ready code
/* CSS */
color: #bae968;
background-color: #bae968;
/* Tailwind (arbitrary) */
class="text-[#bae968] bg-[#bae968]"
/* SCSS */
$brand: #bae968;
/* SwiftUI */
Color(red: 0.729, green: 0.914, blue: 0.408)
/* Android */
Color.parseColor("#bae968")Accessibility — WCAG contrast
Aa
#bae968 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bae968 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green91.4%
Blue40.8%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow55.4%
Key (black)8.6%
Color previews
#bae968 text on a black background
contrast 14.94:1
Card sample
#bae968 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bae968;
Background color
Panel with #bae968 background
background-color: #bae968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bae968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 233, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 233, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bae968; background: linear-gradient(135deg, #bae968, #68E96C);