#baf477
a light, electric green · cool · closest name: khaki
RGB
186, 244, 119
HSL
88°, 85%, 71%
CMYK
24, 0, 51, 4
Luminance
0.7647
Every format
| HEX | #baf477 |
| RGB | rgb(186, 244, 119) |
| HSL | hsl(88, 85%, 71%) |
| CMYK | cmyk(24%, 0%, 51%, 4%) |
| LAB | lab(90.1 -38.2 53.8) |
| LCH | lch(90.1 66.0 125.4) |
| OKLCH | oklch(0.901 0.167 129.8) |
Copy-ready code
/* CSS */
color: #baf477;
background-color: #baf477;
/* Tailwind (arbitrary) */
class="text-[#baf477] bg-[#baf477]"
/* SCSS */
$brand: #baf477;
/* SwiftUI */
Color(red: 0.729, green: 0.957, blue: 0.467)
/* Android */
Color.parseColor("#baf477")Accessibility — WCAG contrast
Aa
#baf477 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf477 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.7%
Blue46.7%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow51.2%
Key (black)4.3%
Color previews
#baf477 text on a black background
contrast 16.29:1
Card sample
#baf477 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf477;
Background color
Panel with #baf477 background
background-color: #baf477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 244, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 244, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf477; background: linear-gradient(135deg, #baf477, #77F487);