#13feaf
a balanced, electric green · cool · closest name: aquamarine
RGB
19, 254, 175
HSL
160°, 99%, 54%
CMYK
93, 0, 31, 0
Luminance
0.7412
Every format
| HEX | #13feaf |
| RGB | rgb(19, 254, 175) |
| HSL | hsl(160, 99%, 54%) |
| CMYK | cmyk(93%, 0%, 31%, 0%) |
| LAB | lab(89.0 -67.3 24.1) |
| LCH | lch(89.0 71.5 160.3) |
| OKLCH | oklch(0.882 0.193 161.5) |
Copy-ready code
/* CSS */
color: #13feaf;
background-color: #13feaf;
/* Tailwind (arbitrary) */
class="text-[#13feaf] bg-[#13feaf]"
/* SCSS */
$brand: #13feaf;
/* SwiftUI */
Color(red: 0.075, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#13feaf")Accessibility — WCAG contrast
Aa
#13feaf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13feaf on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green99.6%
Blue68.6%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#13feaf text on a black background
contrast 15.82:1
Card sample
#13feaf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13feaf;
Background color
Panel with #13feaf background
background-color: #13feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13feaf; background: linear-gradient(135deg, #13feaf, #13B0FE);