#baf69c
a light, electric green · cool · closest name: khaki
RGB
186, 246, 156
HSL
100°, 83%, 79%
CMYK
24, 0, 37, 4
Luminance
0.7875
Every format
| HEX | #baf69c |
| RGB | rgb(186, 246, 156) |
| HSL | hsl(100, 83%, 79%) |
| CMYK | cmyk(24%, 0%, 37%, 4%) |
| LAB | lab(91.1 -34.7 37.4) |
| LCH | lch(91.1 51.0 132.9) |
| OKLCH | oklch(0.911 0.133 135.7) |
Copy-ready code
/* CSS */
color: #baf69c;
background-color: #baf69c;
/* Tailwind (arbitrary) */
class="text-[#baf69c] bg-[#baf69c]"
/* SCSS */
$brand: #baf69c;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.612)
/* Android */
Color.parseColor("#baf69c")Accessibility — WCAG contrast
Aa
#baf69c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf69c on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue61.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow36.6%
Key (black)3.5%
Color previews
#baf69c text on a black background
contrast 16.75:1
Card sample
#baf69c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf69c;
Background color
Panel with #baf69c background
background-color: #baf69c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf69c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf69c; background: linear-gradient(135deg, #baf69c, #9CF6BA);