#baf06b
a light, electric green · cool · closest name: khaki
RGB
186, 240, 107
HSL
84°, 82%, 68%
CMYK
23, 0, 55, 6
Luminance
0.7382
Every format
| HEX | #baf06b |
| RGB | rgb(186, 240, 107) |
| HSL | hsl(84, 82%, 68%) |
| CMYK | cmyk(23%, 0%, 55%, 6%) |
| LAB | lab(88.8 -37.6 57.8) |
| LCH | lch(88.8 69.0 123.1) |
| OKLCH | oklch(0.891 0.172 128.0) |
Copy-ready code
/* CSS */
color: #baf06b;
background-color: #baf06b;
/* Tailwind (arbitrary) */
class="text-[#baf06b] bg-[#baf06b]"
/* SCSS */
$brand: #baf06b;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#baf06b")Accessibility — WCAG contrast
Aa
#baf06b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf06b on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue42.0%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#baf06b text on a black background
contrast 15.76:1
Card sample
#baf06b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf06b;
Background color
Panel with #baf06b background
background-color: #baf06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf06b; background: linear-gradient(135deg, #baf06b, #6BF075);