#13a864
a dark, electric green · cool · closest name: seagreen
RGB
19, 168, 100
HSL
153°, 80%, 37%
CMYK
89, 0, 41, 34
Luminance
0.2906
Every format
| HEX | #13a864 |
| RGB | rgb(19, 168, 100) |
| HSL | hsl(153, 80%, 37%) |
| CMYK | cmyk(89%, 0%, 41%, 34%) |
| LAB | lab(60.8 -51.9 25.2) |
| LCH | lch(60.8 57.7 154.1) |
| OKLCH | oklch(0.645 0.153 155.8) |
Copy-ready code
/* CSS */
color: #13a864;
background-color: #13a864;
/* Tailwind (arbitrary) */
class="text-[#13a864] bg-[#13a864]"
/* SCSS */
$brand: #13a864;
/* SwiftUI */
Color(red: 0.075, green: 0.659, blue: 0.392)
/* Android */
Color.parseColor("#13a864")Accessibility — WCAG contrast
Aa
#13a864 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#13a864 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green65.9%
Blue39.2%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow40.5%
Key (black)34.1%
Color previews
#13a864 text on a black background
contrast 6.81:1
Card sample
#13a864 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13a864;
Background color
Panel with #13a864 background
background-color: #13a864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13a864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 168, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 168, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13a864; background: linear-gradient(135deg, #13a864, #1389A8);