#baf685
a light, electric green · cool · closest name: khaki
RGB
186, 246, 133
HSL
92°, 86%, 74%
CMYK
24, 0, 46, 4
Luminance
0.7804
Every format
| HEX | #baf685 |
| RGB | rgb(186, 246, 133) |
| HSL | hsl(92, 86%, 74%) |
| CMYK | cmyk(24%, 0%, 46%, 4%) |
| LAB | lab(90.8 -37.6 48.1) |
| LCH | lch(90.8 61.1 128.0) |
| OKLCH | oklch(0.908 0.156 131.8) |
Copy-ready code
/* CSS */
color: #baf685;
background-color: #baf685;
/* Tailwind (arbitrary) */
class="text-[#baf685] bg-[#baf685]"
/* SCSS */
$brand: #baf685;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.522)
/* Android */
Color.parseColor("#baf685")Accessibility — WCAG contrast
Aa
#baf685 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf685 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue52.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow45.9%
Key (black)3.5%
Color previews
#baf685 text on a black background
contrast 16.61:1
Card sample
#baf685 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf685;
Background color
Panel with #baf685 background
background-color: #baf685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf685; background: linear-gradient(135deg, #baf685, #85F69B);