#0ffb49
a balanced, electric green · cool · closest name: lime
RGB
15, 251, 73
HSL
135°, 97%, 52%
CMYK
94, 0, 71, 2
Luminance
0.6958
Every format
| HEX | #0ffb49 |
| RGB | rgb(15, 251, 73) |
| HSL | hsl(135, 97%, 52%) |
| CMYK | cmyk(94%, 0%, 71%, 2%) |
| LAB | lab(86.8 -81.6 67.8) |
| LCH | lch(86.8 106.1 140.3) |
| OKLCH | oklch(0.859 0.269 144.9) |
Copy-ready code
/* CSS */
color: #0ffb49;
background-color: #0ffb49;
/* Tailwind (arbitrary) */
class="text-[#0ffb49] bg-[#0ffb49]"
/* SCSS */
$brand: #0ffb49;
/* SwiftUI */
Color(red: 0.059, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#0ffb49")Accessibility — WCAG contrast
Aa
#0ffb49 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffb49 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.4%
Blue28.6%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#0ffb49 text on a black background
contrast 14.92:1
Card sample
#0ffb49 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffb49;
Background color
Panel with #0ffb49 background
background-color: #0ffb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffb49; background: linear-gradient(135deg, #0ffb49, #0FFBE6);