#13afba
a dark, electric cyan · cool · closest name: teal
RGB
19, 175, 186
HSL
184°, 82%, 40%
CMYK
90, 6, 0, 27
Luminance
0.3434
Every format
| HEX | #13afba |
| RGB | rgb(19, 175, 186) |
| HSL | hsl(184, 82%, 40%) |
| CMYK | cmyk(90%, 6%, 0%, 27%) |
| LAB | lab(65.2 -32.1 -16.1) |
| LCH | lch(65.2 35.9 206.6) |
| OKLCH | oklch(0.688 0.115 203.0) |
Copy-ready code
/* CSS */
color: #13afba;
background-color: #13afba;
/* Tailwind (arbitrary) */
class="text-[#13afba] bg-[#13afba]"
/* SCSS */
$brand: #13afba;
/* SwiftUI */
Color(red: 0.075, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#13afba")Accessibility — WCAG contrast
Aa
#13afba on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13afba on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan89.8%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#13afba text on a black background
contrast 7.87:1
Card sample
#13afba text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13afba;
Background color
Panel with #13afba background
background-color: #13afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13afba; background: linear-gradient(135deg, #13afba, #1340BA);