#13ceaf
a dark, electric cyan · cool · closest name: turquoise
RGB
19, 206, 175
HSL
170°, 83%, 44%
CMYK
91, 0, 15, 19
Luminance
0.4738
Every format
| HEX | #13ceaf |
| RGB | rgb(19, 206, 175) |
| HSL | hsl(170, 83%, 44%) |
| CMYK | cmyk(91%, 0%, 15%, 19%) |
| LAB | lab(74.4 -49.1 3.6) |
| LCH | lch(74.4 49.2 175.8) |
| OKLCH | oklch(0.762 0.140 176.4) |
Copy-ready code
/* CSS */
color: #13ceaf;
background-color: #13ceaf;
/* Tailwind (arbitrary) */
class="text-[#13ceaf] bg-[#13ceaf]"
/* SCSS */
$brand: #13ceaf;
/* SwiftUI */
Color(red: 0.075, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#13ceaf")Accessibility — WCAG contrast
Aa
#13ceaf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13ceaf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green80.8%
Blue68.6%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#13ceaf text on a black background
contrast 10.48:1
Card sample
#13ceaf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13ceaf;
Background color
Panel with #13ceaf background
background-color: #13ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13ceaf; background: linear-gradient(135deg, #13ceaf, #1370CE);