#13dbb0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
19, 219, 176
HSL
167°, 84%, 47%
CMYK
91, 0, 20, 14
Luminance
0.5394
Every format
| HEX | #13dbb0 |
| RGB | rgb(19, 219, 176) |
| HSL | hsl(167, 84%, 47%) |
| CMYK | cmyk(91%, 0%, 20%, 14%) |
| LAB | lab(78.4 -54.0 8.8) |
| LCH | lch(78.4 54.8 170.8) |
| OKLCH | oklch(0.795 0.153 171.6) |
Copy-ready code
/* CSS */
color: #13dbb0;
background-color: #13dbb0;
/* Tailwind (arbitrary) */
class="text-[#13dbb0] bg-[#13dbb0]"
/* SCSS */
$brand: #13dbb0;
/* SwiftUI */
Color(red: 0.075, green: 0.859, blue: 0.690)
/* Android */
Color.parseColor("#13dbb0")Accessibility — WCAG contrast
Aa
#13dbb0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13dbb0 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green85.9%
Blue69.0%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow19.6%
Key (black)14.1%
Color previews
#13dbb0 text on a black background
contrast 11.79:1
Card sample
#13dbb0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13dbb0;
Background color
Panel with #13dbb0 background
background-color: #13dbb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13dbb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 219, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 219, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13dbb0; background: linear-gradient(135deg, #13dbb0, #1381DB);