#0ff523
a balanced, electric green · cool · closest name: lime
RGB
15, 245, 35
HSL
125°, 92%, 51%
CMYK
94, 0, 86, 4
Luminance
0.6553
Every format
| HEX | #0ff523 |
| RGB | rgb(15, 245, 35) |
| HSL | hsl(125, 92%, 51%) |
| CMYK | cmyk(94%, 0%, 86%, 4%) |
| LAB | lab(84.8 -82.3 76.5) |
| LCH | lch(84.8 112.4 137.1) |
| OKLCH | oklch(0.842 0.279 143.0) |
Copy-ready code
/* CSS */
color: #0ff523;
background-color: #0ff523;
/* Tailwind (arbitrary) */
class="text-[#0ff523] bg-[#0ff523]"
/* SCSS */
$brand: #0ff523;
/* SwiftUI */
Color(red: 0.059, green: 0.961, blue: 0.137)
/* Android */
Color.parseColor("#0ff523")Accessibility — WCAG contrast
Aa
#0ff523 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ff523 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green96.1%
Blue13.7%
CMYK percentages
Cyan93.9%
Magenta0.0%
Yellow85.7%
Key (black)3.9%
Color previews
#0ff523 text on a black background
contrast 14.11:1
Card sample
#0ff523 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ff523;
Background color
Panel with #0ff523 background
background-color: #0ff523;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ff523;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 245, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 245, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ff523; background: linear-gradient(135deg, #0ff523, #0FF5BC);