#baf663
a light, electric green · cool · closest name: khaki
RGB
186, 246, 99
HSL
85°, 89%, 68%
CMYK
24, 0, 60, 4
Luminance
0.7725
Every format
| HEX | #baf663 |
| RGB | rgb(186, 246, 99) |
| HSL | hsl(85, 89%, 68%) |
| CMYK | cmyk(24%, 0%, 60%, 4%) |
| LAB | lab(90.4 -41.0 63.0) |
| LCH | lch(90.4 75.2 123.0) |
| OKLCH | oklch(0.904 0.186 128.4) |
Copy-ready code
/* CSS */
color: #baf663;
background-color: #baf663;
/* Tailwind (arbitrary) */
class="text-[#baf663] bg-[#baf663]"
/* SCSS */
$brand: #baf663;
/* SwiftUI */
Color(red: 0.729, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#baf663")Accessibility — WCAG contrast
Aa
#baf663 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf663 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.5%
Blue38.8%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#baf663 text on a black background
contrast 16.45:1
Card sample
#baf663 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf663;
Background color
Panel with #baf663 background
background-color: #baf663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf663; background: linear-gradient(135deg, #baf663, #63F66E);