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