#0df657
a balanced, electric green · cool · closest name: lime
RGB
13, 246, 87
HSL
139°, 93%, 51%
CMYK
95, 0, 65, 4
Luminance
0.6669
Every format
| HEX | #0df657 |
| RGB | rgb(13, 246, 87) |
| HSL | hsl(139, 93%, 51%) |
| CMYK | cmyk(95%, 0%, 65%, 4%) |
| LAB | lab(85.3 -79.0 61.0) |
| LCH | lch(85.3 99.8 142.3) |
| OKLCH | oklch(0.848 0.255 146.3) |
Copy-ready code
/* CSS */
color: #0df657;
background-color: #0df657;
/* Tailwind (arbitrary) */
class="text-[#0df657] bg-[#0df657]"
/* SCSS */
$brand: #0df657;
/* SwiftUI */
Color(red: 0.051, green: 0.965, blue: 0.341)
/* Android */
Color.parseColor("#0df657")Accessibility — WCAG contrast
Aa
#0df657 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df657 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green96.5%
Blue34.1%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow64.6%
Key (black)3.5%
Color previews
#0df657 text on a black background
contrast 14.34:1
Card sample
#0df657 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df657;
Background color
Panel with #0df657 background
background-color: #0df657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 246, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 246, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df657; background: linear-gradient(135deg, #0df657, #0DF6F2);