#b9f367
a light, electric green · cool · closest name: khaki
RGB
185, 243, 103
HSL
85°, 85%, 68%
CMYK
24, 0, 58, 5
Luminance
0.7539
Every format
| HEX | #b9f367 |
| RGB | rgb(185, 243, 103) |
| HSL | hsl(85, 85%, 68%) |
| CMYK | cmyk(24%, 0%, 58%, 5%) |
| LAB | lab(89.6 -39.7 60.4) |
| LCH | lch(89.6 72.2 123.3) |
| OKLCH | oklch(0.897 0.180 128.4) |
Copy-ready code
/* CSS */
color: #b9f367;
background-color: #b9f367;
/* Tailwind (arbitrary) */
class="text-[#b9f367] bg-[#b9f367]"
/* SCSS */
$brand: #b9f367;
/* SwiftUI */
Color(red: 0.725, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#b9f367")Accessibility — WCAG contrast
Aa
#b9f367 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9f367 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green95.3%
Blue40.4%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#b9f367 text on a black background
contrast 16.08:1
Card sample
#b9f367 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9f367;
Background color
Panel with #b9f367 background
background-color: #b9f367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9f367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9f367; background: linear-gradient(135deg, #b9f367, #67F372);