#13ffb7
a balanced, electric cyan · cool · closest name: aquamarine
RGB
19, 255, 183
HSL
162°, 100%, 54%
CMYK
93, 0, 28, 0
Luminance
0.7508
Every format
| HEX | #13ffb7 |
| RGB | rgb(19, 255, 183) |
| HSL | hsl(162, 100%, 54%) |
| CMYK | cmyk(93%, 0%, 28%, 0%) |
| LAB | lab(89.4 -66.0 20.6) |
| LCH | lch(89.4 69.1 162.6) |
| OKLCH | oklch(0.886 0.188 163.7) |
Copy-ready code
/* CSS */
color: #13ffb7;
background-color: #13ffb7;
/* Tailwind (arbitrary) */
class="text-[#13ffb7] bg-[#13ffb7]"
/* SCSS */
$brand: #13ffb7;
/* SwiftUI */
Color(red: 0.075, green: 1.000, blue: 0.718)
/* Android */
Color.parseColor("#13ffb7")Accessibility — WCAG contrast
Aa
#13ffb7 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13ffb7 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green100.0%
Blue71.8%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow28.2%
Key (black)0.0%
Color previews
#13ffb7 text on a black background
contrast 16.02:1
Card sample
#13ffb7 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13ffb7;
Background color
Panel with #13ffb7 background
background-color: #13ffb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13ffb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 255, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 255, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13ffb7; background: linear-gradient(135deg, #13ffb7, #13AAFF);