#0d6a77
a dark, electric cyan · cool · closest name: teal
RGB
13, 106, 119
HSL
187°, 80%, 26%
CMYK
89, 11, 0, 53
Luminance
0.1173
Every format
| HEX | #0d6a77 |
| RGB | rgb(13, 106, 119) |
| HSL | hsl(187, 80%, 26%) |
| CMYK | cmyk(89%, 11%, 0%, 53%) |
| LAB | lab(40.8 -19.8 -14.4) |
| LCH | lch(40.8 24.5 215.9) |
| OKLCH | oklch(0.482 0.080 210.1) |
Copy-ready code
/* CSS */
color: #0d6a77;
background-color: #0d6a77;
/* Tailwind (arbitrary) */
class="text-[#0d6a77] bg-[#0d6a77]"
/* SCSS */
$brand: #0d6a77;
/* SwiftUI */
Color(red: 0.051, green: 0.416, blue: 0.467)
/* Android */
Color.parseColor("#0d6a77")Accessibility — WCAG contrast
Aa
#0d6a77 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0d6a77 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green41.6%
Blue46.7%
CMYK percentages
Cyan89.1%
Magenta10.9%
Yellow0.0%
Key (black)53.3%
Color previews
#0d6a77 text on a black background
contrast 3.35:1
Card sample
#0d6a77 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d6a77;
Background color
Panel with #0d6a77 background
background-color: #0d6a77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d6a77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 106, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 106, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d6a77; background: linear-gradient(135deg, #0d6a77, #0D2377);