#0df39d
a balanced, electric green · cool · closest name: aquamarine
RGB
13, 243, 157
HSL
158°, 91%, 50%
CMYK
95, 0, 35, 5
Luminance
0.6662
Every format
| HEX | #0df39d |
| RGB | rgb(13, 243, 157) |
| HSL | hsl(158, 91%, 50%) |
| CMYK | cmyk(95%, 0%, 35%, 5%) |
| LAB | lab(85.3 -67.4 28.2) |
| LCH | lch(85.3 73.1 157.3) |
| OKLCH | oklch(0.850 0.195 158.7) |
Copy-ready code
/* CSS */
color: #0df39d;
background-color: #0df39d;
/* Tailwind (arbitrary) */
class="text-[#0df39d] bg-[#0df39d]"
/* SCSS */
$brand: #0df39d;
/* SwiftUI */
Color(red: 0.051, green: 0.953, blue: 0.616)
/* Android */
Color.parseColor("#0df39d")Accessibility — WCAG contrast
Aa
#0df39d on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df39d on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green95.3%
Blue61.6%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow35.4%
Key (black)4.7%
Color previews
#0df39d text on a black background
contrast 14.32:1
Card sample
#0df39d text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df39d;
Background color
Panel with #0df39d background
background-color: #0df39d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df39d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 243, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 243, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df39d; background: linear-gradient(135deg, #0df39d, #0DB0F3);