#baf673
a light, electric green · cool · closest name: khaki
RGB
186, 246, 115
HSL
88°, 88%, 71%
CMYK
24, 0, 53, 4
Luminance
0.7759
Every format
| HEX | #baf673 |
| RGB | rgb(186, 246, 115) |
| HSL | hsl(88, 88%, 71%) |
| CMYK | cmyk(24%, 0%, 53%, 4%) |
| LAB | lab(90.6 -39.5 56.3) |
| LCH | lch(90.6 68.8 125.1) |
| OKLCH | oklch(0.905 0.173 129.7) |
Copy-ready code
/* CSS */
color: #baf673;
background-color: #baf673;
/* Tailwind (arbitrary) */
class="text-[#baf673] bg-[#baf673]"
/* SCSS */
$brand: #baf673;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.451)
/* Android */
Color.parseColor("#baf673")Accessibility — WCAG contrast
Aa
#baf673 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf673 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue45.1%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow53.3%
Key (black)3.5%
Color previews
#baf673 text on a black background
contrast 16.52:1
Card sample
#baf673 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf673;
Background color
Panel with #baf673 background
background-color: #baf673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf673; background: linear-gradient(135deg, #baf673, #73F683);